#A6675D

Color #A6675D Au Chico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Au Chico #A6675D

Tints of Au Chico #A6675D

Color information

#A6675D (or 0xA6675D) is unknown color: approx Au Chico. HEX triplet: A6, 67 and 5D. RGB value is (166,103,93). Sum of RGB (Red+Green+Blue) = 166+103+93=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 166 - color contains mainly: red. Hex color #A6675D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6675D is #5998A2. Grayscale: #787878. Windows color (decimal): -5871779 or 6121382. OLE color: 6121382.

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

Color convert

RGB16610393-
CMYK00.380.440.35
HSL8.22º29.08%50.78%-
HSV(B)8.22º43.98%65.1%-
XYZ22.5518.612.76-
YUV120.7112.37160.31-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.86%
GREEN value IS 103 (40.62% from 255) = 28.45%
BLUE value IS 93 (36.72% from 255) = 25.69%
R=45.86%
G=28.45%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661039300.380.440.358.2229.0850.78
HexA6675D0262C2381d33
Octal2461471350465443103563
Binary10100110110011110111010100110101100100011100011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6675D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6675D; }

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

 H1.HeaderClassName
 {
   color: #A6675D;
 }
 .AnyTagClassName
 {
   color: #A6675D;
 }
</style>
background-color css

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

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

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

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

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

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