Html Css Color HEX #A99840 Turmeric

📋 copy color: '#A99840'

red 169 ◦ green 152 ◦ blue 64

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

Shades of Turmeric #A99840

Tints of Turmeric #A99840

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.48%

 BLUE value IS 64 (25.39% from 255) = 16.62%

R = 43.9%
G = 39.48%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A99840 (or 0xA99840) is known color: Turmeric. HEX triplet: A9, 98 and 40. RGB value is (169,152,64). Sum of RGB (Red+Green+Blue) = 169+152+64=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 169 - color contains mainly: red. Hex color #A99840 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99840 is #5667BF. Grayscale: #939393. Windows color (decimal): -5662656 or 4233385. OLE color: 4233385.

HSL color Cylindrical-coordinate representation of color #A99840: hue angle of 50.29º degrees, saturation: 0.45, 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 #A99840 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 152 64 -
CMYK 0 0.10 0.62 0.34
HSL 50.29º 0.45% 0.46% -
HSV(B) 50.29º 0.62% 0.66% -
XYZ 28.52 31.26 9.38 -
YUV 147.05 81.13 143.66 -
System Red Green Blue C M Y K H S L
Decimal 169 152 64 0 0.10 0.62 0.34 50.29 0.45 0.46
Hex A9 98 40 0 A 3E 22 32 2D 2E
Octal 251 230 100 0 12 76 42 62 55 56
Binary 10101001 10011000 1000000 0 1010 111110 100010 110010 101101 101110

Color Harmonies of #A99840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99840

Black with #A99840

Text Example


Text Example

White with #A99840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99840; }

 p { color: rgb(169,152,64); }

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

background-color css

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

 a { background-color: rgb(169,152,64); }

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

border-color css

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

 span { border-color: rgb(169,152,64); }

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