Html Css Color HEX #A6685D Au Chico

📋 copy color: '#A6685D'

red 166 ◦ green 104 ◦ blue 93

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

Shades of Au Chico #A6685D

Tints of Au Chico #A6685D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.65%

 BLUE value IS 93 (36.72% from 255) = 25.62%

R = 45.73%
G = 28.65%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A6685D (or 0xA6685D) is known color: Au Chico. HEX triplet: A6, 68 and 5D. RGB value is (166,104,93). Sum of RGB (Red+Green+Blue) = 166+104+93=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 166 - color contains mainly: red. Hex color #A6685D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6685D is #5997A2. Grayscale: #797979. Windows color (decimal): -5871523 or 6121638. OLE color: 6121638.

HSL color Cylindrical-coordinate representation of color #A6685D: hue angle of 9.04º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A6685D is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 104 93 -
CMYK 0 0.37 0.44 0.35
HSL 9.04º 0.29% 0.51% -
HSV(B) 9.04º 0.44% 0.65% -
XYZ 22.65 18.8 12.79 -
YUV 121.28 112.04 159.89 -
System Red Green Blue C M Y K H S L
Decimal 166 104 93 0 0.37 0.44 0.35 9.04 0.29 0.51
Hex A6 68 5D 0 25 2C 23 9 1D 33
Octal 246 150 135 0 45 54 43 11 35 63
Binary 10100110 1101000 1011101 0 100101 101100 100011 1001 11101 110011

Color Harmonies of #A6685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6685D

Black with #A6685D

Text Example


Text Example

White with #A6685D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6685D; }

 p { color: rgb(166,104,93); }

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

background-color css

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

 a { background-color: rgb(166,104,93); }

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

border-color css

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

 span { border-color: rgb(166,104,93); }

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