Html Css Color HEX #A99741 Turmeric

📋 copy color: '#A99741'

red 169 ◦ green 151 ◦ blue 65

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

Shades of Turmeric #A99741

Tints of Turmeric #A99741

RGB

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

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

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

R = 43.9%
G = 39.22%
B = 16.88%

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

#A99741 (or 0xA99741) is known color: Turmeric. HEX triplet: A9, 97 and 41. RGB value is (169,151,65). Sum of RGB (Red+Green+Blue) = 169+151+65=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 65 (25.78% from 255 or 16.88% from 385); Max value from RGB is 169 - color contains mainly: red. Hex color #A99741 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99741 is #5668BE. Grayscale: #929292. Windows color (decimal): -5662911 or 4298665. OLE color: 4298665.

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

Color convert

RGB 169 151 65 -
CMYK 0 0.11 0.62 0.34
HSL 49.62º 0.44% 0.46% -
HSV(B) 49.62º 0.62% 0.66% -
XYZ 28.38 30.95 9.48 -
YUV 146.58 81.96 143.99 -
System Red Green Blue C M Y K H S L
Decimal 169 151 65 0 0.11 0.62 0.34 49.62 0.44 0.46
Hex A9 97 41 0 B 3E 22 32 2C 2E
Octal 251 227 101 0 13 76 42 62 54 56
Binary 10101001 10010111 1000001 0 1011 111110 100010 110010 101100 101110

Color Harmonies of #A99741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99741

Black with #A99741

Text Example


Text Example

White with #A99741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99741; }

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

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

background-color css

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

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

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

border-color css

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

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

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