Html Css Color HEX #A6685A Au Chico

📋 copy color: '#A6685A'

red 166 ◦ green 104 ◦ blue 90

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

Shades of Au Chico #A6685A

Tints of Au Chico #A6685A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25%

R = 46.11%
G = 28.89%
B = 25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A6685A (or 0xA6685A) is known color: Au Chico. HEX triplet: A6, 68 and 5A. RGB value is (166,104,90). Sum of RGB (Red+Green+Blue) = 166+104+90=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 90 (35.55% from 255 or 25% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A6685A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6685A is #5997A5. Grayscale: #797979. Windows color (decimal): -5871526 or 5925030. OLE color: 5925030.

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

Color convert

RGB 166 104 90 -
CMYK 0 0.37 0.46 0.35
HSL 11.05º 0.3% 0.5% -
HSV(B) 11.05º 0.46% 0.65% -
XYZ 22.52 18.75 12.1 -
YUV 120.94 110.54 160.14 -
System Red Green Blue C M Y K H S L
Decimal 166 104 90 0 0.37 0.46 0.35 11.05 0.3 0.5
Hex A6 68 5A 0 25 2E 23 B 1E 32
Octal 246 150 132 0 45 56 43 13 36 62
Binary 10100110 1101000 1011010 0 100101 101110 100011 1011 11110 110010

Color Harmonies of #A6685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6685A

Black with #A6685A

Text Example


Text Example

White with #A6685A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6685A; }

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

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

background-color css

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

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

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

border-color css

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

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

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