Html Css Color HEX #A69149 Turmeric

📋 copy color: '#A69149'

red 166 ◦ green 145 ◦ blue 73

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

Shades of Turmeric #A69149

Tints of Turmeric #A69149

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.76%

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

R = 43.23%
G = 37.76%
B = 19.01%

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

#A69149 (or 0xA69149) is known color: Turmeric. HEX triplet: A6, 91 and 49. RGB value is (166,145,73). Sum of RGB (Red+Green+Blue) = 166+145+73=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 166 - color contains mainly: red. Hex color #A69149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69149 is #596EB6. Grayscale: #8F8F8F. Windows color (decimal): -5861047 or 4821414. OLE color: 4821414.

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

Color convert

RGB 166 145 73 -
CMYK 0 0.13 0.56 0.35
HSL 46.45º 0.39% 0.47% -
HSV(B) 46.45º 0.56% 0.65% -
XYZ 27.05 28.84 10.44 -
YUV 143.07 88.46 144.35 -
System Red Green Blue C M Y K H S L
Decimal 166 145 73 0 0.13 0.56 0.35 46.45 0.39 0.47
Hex A6 91 49 0 D 38 23 2E 27 2F
Octal 246 221 111 0 15 70 43 56 47 57
Binary 10100110 10010001 1001001 0 1101 111000 100011 101110 100111 101111

Color Harmonies of #A69149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69149

Black with #A69149

Text Example


Text Example

White with #A69149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69149; }

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

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

background-color css

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

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

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

border-color css

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

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

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