Html Css Color HEX #A49844 Turmeric

📋 copy color: '#A49844'

red 164 ◦ green 152 ◦ blue 68

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

Shades of Turmeric #A49844

Tints of Turmeric #A49844

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.58%

 BLUE value IS 68 (26.95% from 255) = 17.71%

R = 42.71%
G = 39.58%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A49844 (or 0xA49844) is known color: Turmeric. HEX triplet: A4, 98 and 44. RGB value is (164,152,68). Sum of RGB (Red+Green+Blue) = 164+152+68=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 152 (59.77% from 255 or 39.58% from 384); Blue value is 68 (26.95% from 255 or 17.71% from 384); Max value from RGB is 164 - color contains mainly: red. Hex color #A49844 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49844 is #5B67BB. Grayscale: #929292. Windows color (decimal): -5990332 or 4495524. OLE color: 4495524.

HSL color Cylindrical-coordinate representation of color #A49844: hue angle of 52.5º degrees, saturation: 0.41, 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 #A49844 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 152 68 -
CMYK 0 0.07 0.59 0.36
HSL 52.5º 0.41% 0.45% -
HSV(B) 52.5º 0.59% 0.64% -
XYZ 27.58 30.77 9.95 -
YUV 146.01 83.98 140.83 -
System Red Green Blue C M Y K H S L
Decimal 164 152 68 0 0.07 0.59 0.36 52.5 0.41 0.45
Hex A4 98 44 0 7 3B 24 34 29 2D
Octal 244 230 104 0 7 73 44 64 51 55
Binary 10100100 10011000 1000100 0 111 111011 100100 110100 101001 101101

Color Harmonies of #A49844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49844

Black with #A49844

Text Example


Text Example

White with #A49844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49844; }

 p { color: rgb(164,152,68); }

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

background-color css

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

 a { background-color: rgb(164,152,68); }

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

border-color css

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

 span { border-color: rgb(164,152,68); }

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