Html Css Color HEX #A69345 Turmeric

📋 copy color: '#A69345'

red 166 ◦ green 147 ◦ blue 69

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

Shades of Turmeric #A69345

Tints of Turmeric #A69345

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.48%

 BLUE value IS 69 (27.34% from 255) = 18.06%

R = 43.46%
G = 38.48%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A69345 (or 0xA69345) is known color: Turmeric. HEX triplet: A6, 93 and 45. RGB value is (166,147,69). Sum of RGB (Red+Green+Blue) = 166+147+69=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A69345 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69345 is #596CBA. Grayscale: #909090. Windows color (decimal): -5860539 or 4559782. OLE color: 4559782.

HSL color Cylindrical-coordinate representation of color #A69345: hue angle of 48.25º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A69345 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 147 69 -
CMYK 0 0.11 0.58 0.35
HSL 48.25º 0.41% 0.46% -
HSV(B) 48.25º 0.58% 0.65% -
XYZ 27.23 29.4 9.87 -
YUV 143.79 85.79 143.84 -
System Red Green Blue C M Y K H S L
Decimal 166 147 69 0 0.11 0.58 0.35 48.25 0.41 0.46
Hex A6 93 45 0 B 3A 23 30 29 2E
Octal 246 223 105 0 13 72 43 60 51 56
Binary 10100110 10010011 1000101 0 1011 111010 100011 110000 101001 101110

Color Harmonies of #A69345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69345

Black with #A69345

Text Example


Text Example

White with #A69345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69345; }

 p { color: rgb(166,147,69); }

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

background-color css

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

 a { background-color: rgb(166,147,69); }

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

border-color css

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

 span { border-color: rgb(166,147,69); }

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