Html Css Color HEX #A69249 Turmeric

📋 copy color: '#A69249'

red 166 ◦ green 146 ◦ blue 73

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

Shades of Turmeric #A69249

Tints of Turmeric #A69249

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.92%

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

R = 43.12%
G = 37.92%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A69249 (or 0xA69249) is known color: Turmeric. HEX triplet: A6, 92 and 49. RGB value is (166,146,73). Sum of RGB (Red+Green+Blue) = 166+146+73=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A69249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69249 is #596DB6. Grayscale: #8F8F8F. Windows color (decimal): -5860791 or 4821670. OLE color: 4821670.

HSL color Cylindrical-coordinate representation of color #A69249: hue angle of 47.1º 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 #A69249 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 146 73 -
CMYK 0 0.12 0.56 0.35
HSL 47.1º 0.39% 0.47% -
HSV(B) 47.1º 0.56% 0.65% -
XYZ 27.21 29.15 10.5 -
YUV 143.66 88.13 143.94 -
System Red Green Blue C M Y K H S L
Decimal 166 146 73 0 0.12 0.56 0.35 47.1 0.39 0.47
Hex A6 92 49 0 C 38 23 2F 27 2F
Octal 246 222 111 0 14 70 43 57 47 57
Binary 10100110 10010010 1001001 0 1100 111000 100011 101111 100111 101111

Color Harmonies of #A69249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69249

Black with #A69249

Text Example


Text Example

White with #A69249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69249; }

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

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

background-color css

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

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

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

border-color css

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

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

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