Html Css Color HEX #AB9047 Turmeric

📋 copy color: '#AB9047'

red 171 ◦ green 144 ◦ blue 71

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

Shades of Turmeric #AB9047

Tints of Turmeric #AB9047

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.31%

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

R = 44.3%
G = 37.31%
B = 18.39%

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

#AB9047 (or 0xAB9047) is known color: Turmeric. HEX triplet: AB, 90 and 47. RGB value is (171,144,71). Sum of RGB (Red+Green+Blue) = 171+144+71=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 71 (28.12% from 255 or 18.39% from 386); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9047 is #546FB8. Grayscale: #909090. Windows color (decimal): -5533625 or 4690091. OLE color: 4690091.

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

Color convert

RGB 171 144 71 -
CMYK 0 0.16 0.58 0.33
HSL 43.8º 0.41% 0.47% -
HSV(B) 43.8º 0.58% 0.67% -
XYZ 27.91 29.06 10.1 -
YUV 143.75 86.95 147.44 -
System Red Green Blue C M Y K H S L
Decimal 171 144 71 0 0.16 0.58 0.33 43.8 0.41 0.47
Hex AB 90 47 0 10 3A 21 2C 29 2F
Octal 253 220 107 0 20 72 41 54 51 57
Binary 10101011 10010000 1000111 0 10000 111010 100001 101100 101001 101111

Color Harmonies of #AB9047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9047

Black with #AB9047

Text Example


Text Example

White with #AB9047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9047; }

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

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

background-color css

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

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

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

border-color css

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

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

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