#AB7D3B

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

Shades of Alpine #AB7D3B

Tints of Alpine #AB7D3B

Color information

#AB7D3B (or 0xAB7D3B) is unknown color: approx Alpine. HEX triplet: AB, 7D and 3B. RGB value is (171,125,59). Sum of RGB (Red+Green+Blue) = 171+125+59=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 59 (23.44% from 255 or 16.62% from 355); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7D3B is #5482C4. Grayscale: #838383. Windows color (decimal): -5538501 or 3898795. OLE color: 3898795.

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

Color convert

RGB17112559-
CMYK00.270.650.33
HSL35.36º48.7%45.1%-
HSV(B)35.36º65.5%67.06%-
XYZ24.9223.647.39-
YUV131.2387.24156.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.17%
GREEN value IS 125 (49.22% from 255) = 35.21%
BLUE value IS 59 (23.44% from 255) = 16.62%
R=48.17%
G=35.21%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711255900.270.650.3335.3648.745.1
HexAB7D3B01B412123312d
Octal2531757303310141436155
Binary1010101111111011110110110111000001100001100011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7D3B; }

 p { color: rgb(171,125,59); }

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

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

 a { background-color: rgb(171,125,59); }

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

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

 span { border-color: rgb(171,125,59); }

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