#A6635B

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

Shades of Au Chico #A6635B

Tints of Au Chico #A6635B

Color information

#A6635B (or 0xA6635B) is unknown color: approx Au Chico. HEX triplet: A6, 63 and 5B. RGB value is (166,99,91). Sum of RGB (Red+Green+Blue) = 166+99+91=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 166 - color contains mainly: red. Hex color #A6635B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6635B is #599CA4. Grayscale: #767676. Windows color (decimal): -5872805 or 5989286. OLE color: 5989286.

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

Color convert

RGB1669991-
CMYK00.400.450.35
HSL6.4º29.64%50.39%-
HSV(B)6.4º45.18%65.1%-
XYZ22.0817.7912.17-
YUV118.12112.7162.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.63%
GREEN value IS 99 (39.06% from 255) = 27.81%
BLUE value IS 91 (35.94% from 255) = 25.56%
R=46.63%
G=27.81%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166999100.400.450.356.429.6450.39
HexA6635B0282D2361e32
Octal246143133050554363662
Binary1010011011000111011011010100010110110001111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6635B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6635B; }

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

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

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

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

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

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

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

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