Html Css Color HEX #A49543 Turmeric

📋 copy color: '#A49543'

red 164 ◦ green 149 ◦ blue 67

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

Shades of Turmeric #A49543

Tints of Turmeric #A49543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.63%

R = 43.16%
G = 39.21%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A49543 (or 0xA49543) is known color: Turmeric. HEX triplet: A4, 95 and 43. RGB value is (164,149,67). Sum of RGB (Red+Green+Blue) = 164+149+67=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 149 (58.59% from 255 or 39.21% from 380); Blue value is 67 (26.56% from 255 or 17.63% from 380); Max value from RGB is 164 - color contains mainly: red. Hex color #A49543 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49543 is #5B6ABC. Grayscale: #909090. Windows color (decimal): -5991101 or 4429220. OLE color: 4429220.

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

Color convert

RGB 164 149 67 -
CMYK 0 0.09 0.59 0.36
HSL 50.72º 0.42% 0.45% -
HSV(B) 50.72º 0.59% 0.64% -
XYZ 27.07 29.79 9.63 -
YUV 144.14 84.47 142.17 -
System Red Green Blue C M Y K H S L
Decimal 164 149 67 0 0.09 0.59 0.36 50.72 0.42 0.45
Hex A4 95 43 0 9 3B 24 33 2A 2D
Octal 244 225 103 0 11 73 44 63 52 55
Binary 10100100 10010101 1000011 0 1001 111011 100100 110011 101010 101101

Color Harmonies of #A49543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49543

Black with #A49543

Text Example


Text Example

White with #A49543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49543; }

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

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

background-color css

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

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

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

border-color css

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

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

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