Html Css Color HEX #A99541 Turmeric

📋 copy color: '#A99541'

red 169 ◦ green 149 ◦ blue 65

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

Shades of Turmeric #A99541

Tints of Turmeric #A99541

RGB

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

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

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

R = 44.13%
G = 38.9%
B = 16.97%

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

#A99541 (or 0xA99541) is known color: Turmeric. HEX triplet: A9, 95 and 41. RGB value is (169,149,65). Sum of RGB (Red+Green+Blue) = 169+149+65=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 169 - color contains mainly: red. Hex color #A99541 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99541 is #566ABE. Grayscale: #919191. Windows color (decimal): -5663423 or 4298153. OLE color: 4298153.

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

Color convert

RGB 169 149 65 -
CMYK 0 0.12 0.62 0.34
HSL 48.46º 0.44% 0.46% -
HSV(B) 48.46º 0.62% 0.66% -
XYZ 28.06 30.31 9.37 -
YUV 145.4 82.63 144.83 -
System Red Green Blue C M Y K H S L
Decimal 169 149 65 0 0.12 0.62 0.34 48.46 0.44 0.46
Hex A9 95 41 0 C 3E 22 30 2C 2E
Octal 251 225 101 0 14 76 42 60 54 56
Binary 10101001 10010101 1000001 0 1100 111110 100010 110000 101100 101110

Color Harmonies of #A99541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99541

Black with #A99541

Text Example


Text Example

White with #A99541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99541; }

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

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

background-color css

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

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

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

border-color css

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

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

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