Html Css Color HEX #A99540 Turmeric

📋 copy color: '#A99540'

red 169 ◦ green 149 ◦ blue 64

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

Shades of Turmeric #A99540

Tints of Turmeric #A99540

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.01%

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

R = 44.24%
G = 39.01%
B = 16.75%

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

#A99540 (or 0xA99540) is known color: Turmeric. HEX triplet: A9, 95 and 40. RGB value is (169,149,64). Sum of RGB (Red+Green+Blue) = 169+149+64=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 169 - color contains mainly: red. Hex color #A99540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99540 is #566ABF. Grayscale: #919191. Windows color (decimal): -5663424 or 4232617. OLE color: 4232617.

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

Color convert

RGB 169 149 64 -
CMYK 0 0.12 0.62 0.34
HSL 48.57º 0.45% 0.46% -
HSV(B) 48.57º 0.62% 0.66% -
XYZ 28.04 30.3 9.22 -
YUV 145.29 82.13 144.91 -
System Red Green Blue C M Y K H S L
Decimal 169 149 64 0 0.12 0.62 0.34 48.57 0.45 0.46
Hex A9 95 40 0 C 3E 22 31 2D 2E
Octal 251 225 100 0 14 76 42 61 55 56
Binary 10101001 10010101 1000000 0 1100 111110 100010 110001 101101 101110

Color Harmonies of #A99540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99540

Black with #A99540

Text Example


Text Example

White with #A99540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99540; }

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

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

background-color css

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

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

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

border-color css

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

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

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