Html Css Color HEX #A69049 Turmeric

📋 copy color: '#A69049'

red 166 ◦ green 144 ◦ blue 73

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

Shades of Turmeric #A69049

Tints of Turmeric #A69049

RGB

 RED value IS 166 (65.23% from 255) = 43.34%

 GREEN value IS 144 (56.64% from 255) = 37.6%

 BLUE value IS 73 (28.91% from 255) = 19.06%

R = 43.34%
G = 37.6%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A69049 (or 0xA69049) is known color: Turmeric. HEX triplet: A6, 90 and 49. RGB value is (166,144,73). Sum of RGB (Red+Green+Blue) = 166+144+73=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 73 (28.91% from 255 or 19.06% from 383); Max value from RGB is 166 - color contains mainly: red. Hex color #A69049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69049 is #596FB6. Grayscale: #8E8E8E. Windows color (decimal): -5861303 or 4821158. OLE color: 4821158.

HSL color Cylindrical-coordinate representation of color #A69049: hue angle of 45.81º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A69049 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 144 73 -
CMYK 0 0.13 0.56 0.35
HSL 45.81º 0.39% 0.47% -
HSV(B) 45.81º 0.56% 0.65% -
XYZ 26.9 28.53 10.39 -
YUV 142.48 88.79 144.77 -
System Red Green Blue C M Y K H S L
Decimal 166 144 73 0 0.13 0.56 0.35 45.81 0.39 0.47
Hex A6 90 49 0 D 38 23 2E 27 2F
Octal 246 220 111 0 15 70 43 56 47 57
Binary 10100110 10010000 1001001 0 1101 111000 100011 101110 100111 101111

Color Harmonies of #A69049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69049

Black with #A69049

Text Example


Text Example

White with #A69049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69049; }

 p { color: rgb(166,144,73); }

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

background-color css

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

 a { background-color: rgb(166,144,73); }

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

border-color css

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

 span { border-color: rgb(166,144,73); }

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