Html Css Color HEX #AB8F47 Turmeric

📋 copy color: '#AB8F47'

red 171 ◦ green 143 ◦ blue 71

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

Shades of Turmeric #AB8F47

Tints of Turmeric #AB8F47

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.14%

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

R = 44.42%
G = 37.14%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB8F47 (or 0xAB8F47) is known color: Turmeric. HEX triplet: AB, 8F and 47. RGB value is (171,143,71). Sum of RGB (Red+Green+Blue) = 171+143+71=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 71 (28.12% from 255 or 18.44% from 385); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8F47 is #5470B8. Grayscale: #8F8F8F. Windows color (decimal): -5533881 or 4689835. OLE color: 4689835.

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

Color convert

RGB 171 143 71 -
CMYK 0 0.16 0.58 0.33
HSL 43.2º 0.41% 0.47% -
HSV(B) 43.2º 0.58% 0.67% -
XYZ 27.75 28.76 10.05 -
YUV 143.16 87.28 147.85 -
System Red Green Blue C M Y K H S L
Decimal 171 143 71 0 0.16 0.58 0.33 43.2 0.41 0.47
Hex AB 8F 47 0 10 3A 21 2B 29 2F
Octal 253 217 107 0 20 72 41 53 51 57
Binary 10101011 10001111 1000111 0 10000 111010 100001 101011 101001 101111

Color Harmonies of #AB8F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8F47

Black with #AB8F47

Text Example


Text Example

White with #AB8F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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