#AB8B3A

Color #AB8B3A Alpine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alpine #AB8B3A

Tints of Alpine #AB8B3A

Color information

#AB8B3A (or 0xAB8B3A) is unknown color: approx Alpine. HEX triplet: AB, 8B and 3A. RGB value is (171,139,58). Sum of RGB (Red+Green+Blue) = 171+139+58=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 139 (54.69% from 255 or 37.77% from 368); Blue value is 58 (23.05% from 255 or 15.76% from 368); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8B3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8B3A is #5474C5. Grayscale: #8B8B8B. Windows color (decimal): -5534918 or 3836843. OLE color: 3836843.

HSL color Cylindrical-coordinate representation of color #AB8B3A: hue angle of 43.01º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB8B3A is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB17113958-
CMYK00.190.660.33
HSL43.01º49.34%44.9%-
HSV(B)43.01º66.08%67.06%-
XYZ26.7927.437.89-
YUV139.3382.1150.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 46.47%
GREEN value IS 139 (54.69% from 255) = 37.77%
BLUE value IS 58 (23.05% from 255) = 15.76%
R=46.47%
G=37.77%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711395800.190.660.3343.0149.3444.9
HexAB8B3A01342212b312d
Octal2532137202310241536155
Binary10101011100010111110100100111000010100001101011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8B3A; }

 p { color: rgb(171,139,58); }

 H1.HeaderClassName
 {
   color: #AB8B3A;
 }
 .AnyTagClassName
 {
   color: #AB8B3A;
 }
</style>
background-color css

<style>
 a { background-color: #AB8B3A; }

 a { background-color: rgb(171,139,58); }

 div.DivClassName
 {
   background-color: #AB8B3A;
 }
 .BgClassName
 {
   background-color: #AB8B3A;
 }
</style>
border-color css

<style>
 span { border-color: #AB8B3A; }

 span { border-color: rgb(171,139,58); }

 td.TdClassName
 {
   border-color: #AB8B3A;
 }
 .TagClassName
 {
   border-color: #AB8B3A;
 }
</style>