Html Css Color HEX #A59546 Turmeric

📋 copy color: '#A59546'

red 165 ◦ green 149 ◦ blue 70

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

Shades of Turmeric #A59546

Tints of Turmeric #A59546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.23%

R = 42.97%
G = 38.8%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A59546 (or 0xA59546) is known color: Turmeric. HEX triplet: A5, 95 and 46. RGB value is (165,149,70). Sum of RGB (Red+Green+Blue) = 165+149+70=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 70 (27.73% from 255 or 18.23% from 384); Max value from RGB is 165 - color contains mainly: red. Hex color #A59546 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59546 is #5A6AB9. Grayscale: #919191. Windows color (decimal): -5925562 or 4625829. OLE color: 4625829.

HSL color Cylindrical-coordinate representation of color #A59546: hue angle of 49.89º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A59546 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 149 70 -
CMYK 0 0.10 0.58 0.35
HSL 49.89º 0.4% 0.46% -
HSV(B) 49.89º 0.58% 0.65% -
XYZ 27.37 29.94 10.13 -
YUV 144.78 85.8 142.42 -
System Red Green Blue C M Y K H S L
Decimal 165 149 70 0 0.10 0.58 0.35 49.89 0.4 0.46
Hex A5 95 46 0 A 3A 23 32 28 2E
Octal 245 225 106 0 12 72 43 62 50 56
Binary 10100101 10010101 1000110 0 1010 111010 100011 110010 101000 101110

Color Harmonies of #A59546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59546

Black with #A59546

Text Example


Text Example

White with #A59546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59546; }

 p { color: rgb(165,149,70); }

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

background-color css

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

 a { background-color: rgb(165,149,70); }

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

border-color css

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

 span { border-color: rgb(165,149,70); }

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