#A4635A

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

Shades of Au Chico #A4635A

Tints of Au Chico #A4635A

Color information

#A4635A (or 0xA4635A) is unknown color: approx Au Chico. HEX triplet: A4, 63 and 5A. RGB value is (164,99,90). Sum of RGB (Red+Green+Blue) = 164+99+90=353 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.46% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 164 - color contains mainly: red. Hex color #A4635A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4635A is #5B9CA5. Grayscale: #757575. Windows color (decimal): -6003878 or 5923748. OLE color: 5923748.

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

Color convert

RGB1649990-
CMYK00.400.450.36
HSL7.3º29.13%49.8%-
HSV(B)7.3º45.12%64.31%-
XYZ21.6217.5511.92-
YUV117.41112.53161.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.46%
GREEN value IS 99 (39.06% from 255) = 28.05%
BLUE value IS 90 (35.55% from 255) = 25.50%
R=46.46%
G=28.05%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164999000.400.450.367.329.1349.8
HexA4635A0282D2471d32
Octal244143132050554473562
Binary1010010011000111011010010100010110110010011111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4635A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4635A; }

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

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

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

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

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

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

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

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