Html Css Color HEX #AB8D45 Turmeric

📋 copy color: '#AB8D45'

red 171 ◦ green 141 ◦ blue 69

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

Shades of Turmeric #AB8D45

Tints of Turmeric #AB8D45

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.01%

 BLUE value IS 69 (27.34% from 255) = 18.11%

R = 44.88%
G = 37.01%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AB8D45 (or 0xAB8D45) is known color: Turmeric. HEX triplet: AB, 8D and 45. RGB value is (171,141,69). Sum of RGB (Red+Green+Blue) = 171+141+69=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8D45 is #5472BA. Grayscale: #8E8E8E. Windows color (decimal): -5534395 or 4558251. OLE color: 4558251.

HSL color Cylindrical-coordinate representation of color #AB8D45: hue angle of 42.35º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB8D45 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 141 69 -
CMYK 0 0.18 0.60 0.33
HSL 42.35º 0.43% 0.47% -
HSV(B) 42.35º 0.6% 0.67% -
XYZ 27.39 28.14 9.62 -
YUV 141.76 86.94 148.85 -
System Red Green Blue C M Y K H S L
Decimal 171 141 69 0 0.18 0.60 0.33 42.35 0.43 0.47
Hex AB 8D 45 0 12 3C 21 2A 2A 2F
Octal 253 215 105 0 22 74 41 52 52 57
Binary 10101011 10001101 1000101 0 10010 111100 100001 101010 101010 101111

Color Harmonies of #AB8D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8D45

Black with #AB8D45

Text Example


Text Example

White with #AB8D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8D45; }

 p { color: rgb(171,141,69); }

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

background-color css

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

 a { background-color: rgb(171,141,69); }

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

border-color css

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

 span { border-color: rgb(171,141,69); }

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