#A6675B

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

Shades of Au Chico #A6675B

Tints of Au Chico #A6675B

Color information

#A6675B (or 0xA6675B) is unknown color: approx Au Chico. HEX triplet: A6, 67 and 5B. RGB value is (166,103,91). Sum of RGB (Red+Green+Blue) = 166+103+91=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A6675B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6675B is #5998A4. Grayscale: #787878. Windows color (decimal): -5871781 or 5990310. OLE color: 5990310.

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

Color convert

RGB16610391-
CMYK00.380.450.35
HSL9.6º29.64%50.39%-
HSV(B)9.6º45.18%65.1%-
XYZ22.4618.5612.3-
YUV120.47111.37160.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.11%
GREEN value IS 103 (40.62% from 255) = 28.61%
BLUE value IS 91 (35.94% from 255) = 25.28%
R=46.11%
G=28.61%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661039100.380.450.359.629.6450.39
HexA6675B0262D23a1e32
Octal2461471330465543123662
Binary10100110110011110110110100110101101100011101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6675B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6675B; }

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

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

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

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

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

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

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

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