#A4635C

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

Shades of Au Chico #A4635C

Tints of Au Chico #A4635C

Color information

#A4635C (or 0xA4635C) is unknown color: approx Au Chico. HEX triplet: A4, 63 and 5C. RGB value is (164,99,92). Sum of RGB (Red+Green+Blue) = 164+99+92=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A4635C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4635C is #5B9CA3. Grayscale: #757575. Windows color (decimal): -6003876 or 6054820. OLE color: 6054820.

HSL color Cylindrical-coordinate representation of color #A4635C: hue angle of 5.83º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A4635C is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB1649992-
CMYK00.400.440.36
HSL5.83º28.35%50.2%-
HSV(B)5.83º43.9%64.31%-
XYZ21.717.5912.38-
YUV117.64113.53161.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.20%
GREEN value IS 99 (39.06% from 255) = 27.89%
BLUE value IS 92 (36.33% from 255) = 25.92%
R=46.20%
G=27.89%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164999200.400.440.365.8328.3550.2
HexA4635C0282C2461c32
Octal244143134050544463462
Binary1010010011000111011100010100010110010010011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4635C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4635C; }

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

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

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

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

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

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

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

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