Html Css Color HEX #A59249 Turmeric

📋 copy color: '#A59249'

red 165 ◦ green 146 ◦ blue 73

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

Shades of Turmeric #A59249

Tints of Turmeric #A59249

RGB

 RED value IS 165 (64.84% from 255) = 42.97%

 GREEN value IS 146 (57.42% from 255) = 38.02%

 BLUE value IS 73 (28.91% from 255) = 19.01%

R = 42.97%
G = 38.02%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A59249 (or 0xA59249) is known color: Turmeric. HEX triplet: A5, 92 and 49. RGB value is (165,146,73). Sum of RGB (Red+Green+Blue) = 165+146+73=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 165 - color contains mainly: red. Hex color #A59249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59249 is #5A6DB6. Grayscale: #8F8F8F. Windows color (decimal): -5926327 or 4821669. OLE color: 4821669.

HSL color Cylindrical-coordinate representation of color #A59249: hue angle of 47.61º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A59249 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 146 73 -
CMYK 0 0.12 0.56 0.35
HSL 47.61º 0.39% 0.47% -
HSV(B) 47.61º 0.56% 0.65% -
XYZ 27 29.04 10.49 -
YUV 143.36 88.29 143.44 -
System Red Green Blue C M Y K H S L
Decimal 165 146 73 0 0.12 0.56 0.35 47.61 0.39 0.47
Hex A5 92 49 0 C 38 23 30 27 2F
Octal 245 222 111 0 14 70 43 60 47 57
Binary 10100101 10010010 1001001 0 1100 111000 100011 110000 100111 101111

Color Harmonies of #A59249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59249

Black with #A59249

Text Example


Text Example

White with #A59249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59249; }

 p { color: rgb(165,146,73); }

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

background-color css

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

 a { background-color: rgb(165,146,73); }

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

border-color css

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

 span { border-color: rgb(165,146,73); }

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