Html Css Color HEX #A49548 Turmeric

📋 copy color: '#A49548'

red 164 ◦ green 149 ◦ blue 72

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

Shades of Turmeric #A49548

Tints of Turmeric #A49548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.7%

R = 42.6%
G = 38.7%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A49548 (or 0xA49548) is known color: Turmeric. HEX triplet: A4, 95 and 48. RGB value is (164,149,72). Sum of RGB (Red+Green+Blue) = 164+149+72=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 164 - color contains mainly: red. Hex color #A49548 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49548 is #5B6AB7. Grayscale: #919191. Windows color (decimal): -5991096 or 4756900. OLE color: 4756900.

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

Color convert

RGB 164 149 72 -
CMYK 0 0.09 0.56 0.36
HSL 50.22º 0.39% 0.46% -
HSV(B) 50.22º 0.56% 0.64% -
XYZ 27.23 29.86 10.46 -
YUV 144.71 86.97 141.76 -
System Red Green Blue C M Y K H S L
Decimal 164 149 72 0 0.09 0.56 0.36 50.22 0.39 0.46
Hex A4 95 48 0 9 38 24 32 27 2E
Octal 244 225 110 0 11 70 44 62 47 56
Binary 10100100 10010101 1001000 0 1001 111000 100100 110010 100111 101110

Color Harmonies of #A49548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49548

Black with #A49548

Text Example


Text Example

White with #A49548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49548; }

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

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

background-color css

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

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

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

border-color css

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

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

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