Html Css Color HEX #AB8742 Alpine

📋 copy color: '#AB8742'

red 171 ◦ green 135 ◦ blue 66

#AB8742
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alpine #AB8742

Tints of Alpine #AB8742

RGB

 RED value IS 171 (67.19% from 255) = 45.97%

 GREEN value IS 135 (53.13% from 255) = 36.29%

 BLUE value IS 66 (26.17% from 255) = 17.74%

R = 45.97%
G = 36.29%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AB8742 (or 0xAB8742) is known color: Alpine. HEX triplet: AB, 87 and 42. RGB value is (171,135,66). Sum of RGB (Red+Green+Blue) = 171+135+66=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8742 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8742 is #5478BD. Grayscale: #8A8A8A. Windows color (decimal): -5535934 or 4360107. OLE color: 4360107.

HSL color Cylindrical-coordinate representation of color #AB8742: hue angle of 39.43º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB8742 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 135 66 -
CMYK 0 0.21 0.61 0.33
HSL 39.43º 0.44% 0.46% -
HSV(B) 39.43º 0.61% 0.67% -
XYZ 26.44 26.38 8.85 -
YUV 137.9 87.43 151.61 -
System Red Green Blue C M Y K H S L
Decimal 171 135 66 0 0.21 0.61 0.33 39.43 0.44 0.46
Hex AB 87 42 0 15 3D 21 27 2C 2E
Octal 253 207 102 0 25 75 41 47 54 56
Binary 10101011 10000111 1000010 0 10101 111101 100001 100111 101100 101110

Color Harmonies of #AB8742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8742

Black with #AB8742

Text Example


Text Example

White with #AB8742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8742; }

 p { color: rgb(171,135,66); }

 H1.HeaderClassName
 {
   color: #AB8742;
 }
 .AnyTagClassName
 {
   color: #AB8742;
 }
</style>

background-color css

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

 a { background-color: rgb(171,135,66); }

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

border-color css

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

 span { border-color: rgb(171,135,66); }

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