Html Css Color HEX #A99740 Turmeric

📋 copy color: '#A99740'

red 169 ◦ green 151 ◦ blue 64

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

Shades of Turmeric #A99740

Tints of Turmeric #A99740

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.32%

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

R = 44.01%
G = 39.32%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A99740 (or 0xA99740) is known color: Turmeric. HEX triplet: A9, 97 and 40. RGB value is (169,151,64). Sum of RGB (Red+Green+Blue) = 169+151+64=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 151 (59.38% from 255 or 39.32% from 384); Blue value is 64 (25.39% from 255 or 16.67% from 384); Max value from RGB is 169 - color contains mainly: red. Hex color #A99740 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99740 is #5668BF. Grayscale: #929292. Windows color (decimal): -5662912 or 4233129. OLE color: 4233129.

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

Color convert

RGB 169 151 64 -
CMYK 0 0.11 0.62 0.34
HSL 49.71º 0.45% 0.46% -
HSV(B) 49.71º 0.62% 0.66% -
XYZ 28.35 30.94 9.33 -
YUV 146.46 81.46 144.07 -
System Red Green Blue C M Y K H S L
Decimal 169 151 64 0 0.11 0.62 0.34 49.71 0.45 0.46
Hex A9 97 40 0 B 3E 22 32 2D 2E
Octal 251 227 100 0 13 76 42 62 55 56
Binary 10101001 10010111 1000000 0 1011 111110 100010 110010 101101 101110

Color Harmonies of #A99740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99740

Black with #A99740

Text Example


Text Example

White with #A99740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99740; }

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

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

background-color css

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

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

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

border-color css

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

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

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