Html Css Color HEX #A49545 Turmeric

📋 copy color: '#A49545'

red 164 ◦ green 149 ◦ blue 69

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

Shades of Turmeric #A49545

Tints of Turmeric #A49545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.06%

R = 42.93%
G = 39.01%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A49545 (or 0xA49545) is known color: Turmeric. HEX triplet: A4, 95 and 45. RGB value is (164,149,69). Sum of RGB (Red+Green+Blue) = 164+149+69=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 164 - color contains mainly: red. Hex color #A49545 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49545 is #5B6ABA. Grayscale: #909090. Windows color (decimal): -5991099 or 4560292. OLE color: 4560292.

HSL color Cylindrical-coordinate representation of color #A49545: hue angle of 50.53º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A49545 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 149 69 -
CMYK 0 0.09 0.58 0.36
HSL 50.53º 0.41% 0.46% -
HSV(B) 50.53º 0.58% 0.64% -
XYZ 27.13 29.82 9.96 -
YUV 144.37 85.47 142 -
System Red Green Blue C M Y K H S L
Decimal 164 149 69 0 0.09 0.58 0.36 50.53 0.41 0.46
Hex A4 95 45 0 9 3A 24 33 29 2E
Octal 244 225 105 0 11 72 44 63 51 56
Binary 10100100 10010101 1000101 0 1001 111010 100100 110011 101001 101110

Color Harmonies of #A49545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49545

Black with #A49545

Text Example


Text Example

White with #A49545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49545; }

 p { color: rgb(164,149,69); }

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

background-color css

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

 a { background-color: rgb(164,149,69); }

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

border-color css

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

 span { border-color: rgb(164,149,69); }

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