Html Css Color HEX #AB8E48 Turmeric

📋 copy color: '#AB8E48'

red 171 ◦ green 142 ◦ blue 72

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

Shades of Turmeric #AB8E48

Tints of Turmeric #AB8E48

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.88%

 BLUE value IS 72 (28.52% from 255) = 18.7%

R = 44.42%
G = 36.88%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB8E48 (or 0xAB8E48) is known color: Turmeric. HEX triplet: AB, 8E and 48. RGB value is (171,142,72). Sum of RGB (Red+Green+Blue) = 171+142+72=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8E48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8E48 is #5471B7. Grayscale: #8E8E8E. Windows color (decimal): -5534136 or 4755115. OLE color: 4755115.

HSL color Cylindrical-coordinate representation of color #AB8E48: hue angle of 42.42º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB8E48 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 142 72 -
CMYK 0 0.17 0.58 0.33
HSL 42.42º 0.41% 0.48% -
HSV(B) 42.42º 0.58% 0.67% -
XYZ 27.64 28.47 10.17 -
YUV 142.69 88.11 148.19 -
System Red Green Blue C M Y K H S L
Decimal 171 142 72 0 0.17 0.58 0.33 42.42 0.41 0.48
Hex AB 8E 48 0 11 3A 21 2A 29 30
Octal 253 216 110 0 21 72 41 52 51 60
Binary 10101011 10001110 1001000 0 10001 111010 100001 101010 101001 110000

Color Harmonies of #AB8E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8E48

Black with #AB8E48

Text Example


Text Example

White with #AB8E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8E48; }

 p { color: rgb(171,142,72); }

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

background-color css

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

 a { background-color: rgb(171,142,72); }

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

border-color css

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

 span { border-color: rgb(171,142,72); }

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