Html Css Color HEX #AB8C48 Turmeric

📋 copy color: '#AB8C48'

red 171 ◦ green 140 ◦ blue 72

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

Shades of Turmeric #AB8C48

Tints of Turmeric #AB8C48

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.55%

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

R = 44.65%
G = 36.55%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB8C48 (or 0xAB8C48) is known color: Turmeric. HEX triplet: AB, 8C and 48. RGB value is (171,140,72). Sum of RGB (Red+Green+Blue) = 171+140+72=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8C48 is #5473B7. Grayscale: #8D8D8D. Windows color (decimal): -5534648 or 4754603. OLE color: 4754603.

HSL color Cylindrical-coordinate representation of color #AB8C48: hue angle of 41.21º 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 #AB8C48 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 140 72 -
CMYK 0 0.18 0.58 0.33
HSL 41.21º 0.41% 0.48% -
HSV(B) 41.21º 0.58% 0.67% -
XYZ 27.34 27.88 10.07 -
YUV 141.52 88.77 149.03 -
System Red Green Blue C M Y K H S L
Decimal 171 140 72 0 0.18 0.58 0.33 41.21 0.41 0.48
Hex AB 8C 48 0 12 3A 21 29 29 30
Octal 253 214 110 0 22 72 41 51 51 60
Binary 10101011 10001100 1001000 0 10010 111010 100001 101001 101001 110000

Color Harmonies of #AB8C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8C48

Black with #AB8C48

Text Example


Text Example

White with #AB8C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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