Html Css Color HEX #A99047 Turmeric

📋 copy color: '#A99047'

red 169 ◦ green 144 ◦ blue 71

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

Shades of Turmeric #A99047

Tints of Turmeric #A99047

RGB

 RED value IS 169 (66.41% from 255) = 44.01%

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

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

R = 44.01%
G = 37.5%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.34

RGB Variations

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

Color information

#A99047 (or 0xA99047) is known color: Turmeric. HEX triplet: A9, 90 and 47. RGB value is (169,144,71). Sum of RGB (Red+Green+Blue) = 169+144+71=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 71 (28.12% from 255 or 18.49% from 384); Max value from RGB is 169 - color contains mainly: red. Hex color #A99047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99047 is #566FB8. Grayscale: #8F8F8F. Windows color (decimal): -5664697 or 4690089. OLE color: 4690089.

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

Color convert

RGB 169 144 71 -
CMYK 0 0.15 0.58 0.34
HSL 44.69º 0.41% 0.47% -
HSV(B) 44.69º 0.58% 0.66% -
XYZ 27.47 28.84 10.08 -
YUV 143.15 87.28 146.44 -
System Red Green Blue C M Y K H S L
Decimal 169 144 71 0 0.15 0.58 0.34 44.69 0.41 0.47
Hex A9 90 47 0 F 3A 22 2D 29 2F
Octal 251 220 107 0 17 72 42 55 51 57
Binary 10101001 10010000 1000111 0 1111 111010 100010 101101 101001 101111

Color Harmonies of #A99047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99047

Black with #A99047

Text Example


Text Example

White with #A99047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99047; }

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

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

background-color css

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

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

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

border-color css

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

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

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