#A7635C

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

Shades of Au Chico #A7635C

Tints of Au Chico #A7635C

Color information

#A7635C (or 0xA7635C) is unknown color: approx Au Chico. HEX triplet: A7, 63 and 5C. RGB value is (167,99,92). Sum of RGB (Red+Green+Blue) = 167+99+92=358 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.65% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 167 - color contains mainly: red. Hex color #A7635C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7635C is #589CA3. Grayscale: #767676. Windows color (decimal): -5807268 or 6054823. OLE color: 6054823.

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

Color convert

RGB1679992-
CMYK00.410.450.35
HSL5.6º29.88%50.78%-
HSV(B)5.6º44.91%65.49%-
XYZ22.3317.9112.41-
YUV118.53113.03162.57-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.65%
GREEN value IS 99 (39.06% from 255) = 27.65%
BLUE value IS 92 (36.33% from 255) = 25.70%
R=46.65%
G=27.65%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167999200.410.450.355.629.8850.78
HexA7635C0292D2361e33
Octal247143134051554363663
Binary1010011111000111011100010100110110110001111011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7635C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7635C; }

 p { color: rgb(167,99,92); }

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

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

 a { background-color: rgb(167,99,92); }

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

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

 span { border-color: rgb(167,99,92); }

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