Html Css Color HEX #A49A40 Turmeric

📋 copy color: '#A49A40'

red 164 ◦ green 154 ◦ blue 64

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

Shades of Turmeric #A49A40

Tints of Turmeric #A49A40

RGB

 RED value IS 164 (64.45% from 255) = 42.93%

 GREEN value IS 154 (60.55% from 255) = 40.31%

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

R = 42.93%
G = 40.31%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A49A40 (or 0xA49A40) is known color: Turmeric. HEX triplet: A4, 9A and 40. RGB value is (164,154,64). Sum of RGB (Red+Green+Blue) = 164+154+64=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 154 (60.55% from 255 or 40.31% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49A40 is #5B65BF. Grayscale: #939393. Windows color (decimal): -5989824 or 4233892. OLE color: 4233892.

HSL color Cylindrical-coordinate representation of color #A49A40: hue angle of 54º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A49A40 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 154 64 -
CMYK 0 0.06 0.61 0.36
HSL 54º 0.44% 0.45% -
HSV(B) 54º 0.61% 0.64% -
XYZ 27.79 31.37 9.44 -
YUV 146.73 81.31 140.32 -
System Red Green Blue C M Y K H S L
Decimal 164 154 64 0 0.06 0.61 0.36 54 0.44 0.45
Hex A4 9A 40 0 6 3D 24 36 2C 2D
Octal 244 232 100 0 6 75 44 66 54 55
Binary 10100100 10011010 1000000 0 110 111101 100100 110110 101100 101101

Color Harmonies of #A49A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49A40

Black with #A49A40

Text Example


Text Example

White with #A49A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49A40; }

 p { color: rgb(164,154,64); }

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

background-color css

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

 a { background-color: rgb(164,154,64); }

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

border-color css

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

 span { border-color: rgb(164,154,64); }

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