Html Css Color HEX #A49841 Turmeric

📋 copy color: '#A49841'

red 164 ◦ green 152 ◦ blue 65

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

Shades of Turmeric #A49841

Tints of Turmeric #A49841

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.9%

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

R = 43.04%
G = 39.9%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A49841 (or 0xA49841) is known color: Turmeric. HEX triplet: A4, 98 and 41. RGB value is (164,152,65). Sum of RGB (Red+Green+Blue) = 164+152+65=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 152 (59.77% from 255 or 39.90% from 381); Blue value is 65 (25.78% from 255 or 17.06% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A49841 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49841 is #5B67BE. Grayscale: #929292. Windows color (decimal): -5990335 or 4298916. OLE color: 4298916.

HSL color Cylindrical-coordinate representation of color #A49841: hue angle of 52.73º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A49841 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 152 65 -
CMYK 0 0.07 0.60 0.36
HSL 52.73º 0.43% 0.45% -
HSV(B) 52.73º 0.6% 0.64% -
XYZ 27.49 30.73 9.48 -
YUV 145.67 82.48 141.07 -
System Red Green Blue C M Y K H S L
Decimal 164 152 65 0 0.07 0.60 0.36 52.73 0.43 0.45
Hex A4 98 41 0 7 3C 24 35 2B 2D
Octal 244 230 101 0 7 74 44 65 53 55
Binary 10100100 10011000 1000001 0 111 111100 100100 110101 101011 101101

Color Harmonies of #A49841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49841

Black with #A49841

Text Example


Text Example

White with #A49841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49841; }

 p { color: rgb(164,152,65); }

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

background-color css

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

 a { background-color: rgb(164,152,65); }

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

border-color css

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

 span { border-color: rgb(164,152,65); }

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