Html Css Color HEX #AB8D47 Turmeric

📋 copy color: '#AB8D47'

red 171 ◦ green 141 ◦ blue 71

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

Shades of Turmeric #AB8D47

Tints of Turmeric #AB8D47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.54%

R = 44.65%
G = 36.81%
B = 18.54%

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

#AB8D47 (or 0xAB8D47) is known color: Turmeric. HEX triplet: AB, 8D and 47. RGB value is (171,141,71). Sum of RGB (Red+Green+Blue) = 171+141+71=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 71 (28.12% from 255 or 18.54% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8D47 is #5472B8. Grayscale: #8E8E8E. Windows color (decimal): -5534393 or 4689323. OLE color: 4689323.

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

Color convert

RGB 171 141 71 -
CMYK 0 0.18 0.58 0.33
HSL 42º 0.41% 0.47% -
HSV(B) 42º 0.58% 0.67% -
XYZ 27.46 28.16 9.95 -
YUV 141.99 87.94 148.69 -
System Red Green Blue C M Y K H S L
Decimal 171 141 71 0 0.18 0.58 0.33 42 0.41 0.47
Hex AB 8D 47 0 12 3A 21 2A 29 2F
Octal 253 215 107 0 22 72 41 52 51 57
Binary 10101011 10001101 1000111 0 10010 111010 100001 101010 101001 101111

Color Harmonies of #AB8D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8D47

Black with #AB8D47

Text Example


Text Example

White with #AB8D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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