Html Css Color HEX #A99441 Turmeric

📋 copy color: '#A99441'

red 169 ◦ green 148 ◦ blue 65

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

Shades of Turmeric #A99441

Tints of Turmeric #A99441

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.74%

 BLUE value IS 65 (25.78% from 255) = 17.02%

R = 44.24%
G = 38.74%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A99441 (or 0xA99441) is known color: Turmeric. HEX triplet: A9, 94 and 41. RGB value is (169,148,65). Sum of RGB (Red+Green+Blue) = 169+148+65=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 148 (58.20% from 255 or 38.74% from 382); Blue value is 65 (25.78% from 255 or 17.02% from 382); Max value from RGB is 169 - color contains mainly: red. Hex color #A99441 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99441 is #566BBE. Grayscale: #919191. Windows color (decimal): -5663679 or 4297897. OLE color: 4297897.

HSL color Cylindrical-coordinate representation of color #A99441: hue angle of 47.88º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A99441 is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 148 65 -
CMYK 0 0.12 0.62 0.34
HSL 47.88º 0.44% 0.46% -
HSV(B) 47.88º 0.62% 0.66% -
XYZ 27.91 30 9.32 -
YUV 144.82 82.96 145.25 -
System Red Green Blue C M Y K H S L
Decimal 169 148 65 0 0.12 0.62 0.34 47.88 0.44 0.46
Hex A9 94 41 0 C 3E 22 30 2C 2E
Octal 251 224 101 0 14 76 42 60 54 56
Binary 10101001 10010100 1000001 0 1100 111110 100010 110000 101100 101110

Color Harmonies of #A99441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99441

Black with #A99441

Text Example


Text Example

White with #A99441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99441; }

 p { color: rgb(169,148,65); }

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

background-color css

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

 a { background-color: rgb(169,148,65); }

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

border-color css

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

 span { border-color: rgb(169,148,65); }

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