Html Css Color HEX #A99145 Turmeric

📋 copy color: '#A99145'

red 169 ◦ green 145 ◦ blue 69

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

Shades of Turmeric #A99145

Tints of Turmeric #A99145

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.86%

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

R = 44.13%
G = 37.86%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.59

 K value IS 0.34

RGB Variations

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

Color information

#A99145 (or 0xA99145) is known color: Turmeric. HEX triplet: A9, 91 and 45. RGB value is (169,145,69). Sum of RGB (Red+Green+Blue) = 169+145+69=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 169 - color contains mainly: red. Hex color #A99145 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99145 is #566EBA. Grayscale: #8F8F8F. Windows color (decimal): -5664443 or 4559273. OLE color: 4559273.

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

Color convert

RGB 169 145 69 -
CMYK 0 0.14 0.59 0.34
HSL 45.6º 0.42% 0.47% -
HSV(B) 45.6º 0.59% 0.66% -
XYZ 27.56 29.12 9.8 -
YUV 143.51 85.95 146.18 -
System Red Green Blue C M Y K H S L
Decimal 169 145 69 0 0.14 0.59 0.34 45.6 0.42 0.47
Hex A9 91 45 0 E 3B 22 2E 2A 2F
Octal 251 221 105 0 16 73 42 56 52 57
Binary 10101001 10010001 1000101 0 1110 111011 100010 101110 101010 101111

Color Harmonies of #A99145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99145

Black with #A99145

Text Example


Text Example

White with #A99145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99145; }

 p { color: rgb(169,145,69); }

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

background-color css

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

 a { background-color: rgb(169,145,69); }

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

border-color css

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

 span { border-color: rgb(169,145,69); }

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