#A4655B

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

Shades of Au Chico #A4655B

Tints of Au Chico #A4655B

Color information

#A4655B (or 0xA4655B) is unknown color: approx Au Chico. HEX triplet: A4, 65 and 5B. RGB value is (164,101,91). Sum of RGB (Red+Green+Blue) = 164+101+91=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 164 - color contains mainly: red. Hex color #A4655B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4655B is #5B9AA4. Grayscale: #767676. Windows color (decimal): -6003365 or 5989796. OLE color: 5989796.

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

Color convert

RGB16410191-
CMYK00.380.450.36
HSL8.22º28.63%50%-
HSV(B)8.22º44.51%64.31%-
XYZ21.8517.9612.21-
YUV118.7112.37160.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.07%
GREEN value IS 101 (39.84% from 255) = 28.37%
BLUE value IS 91 (35.94% from 255) = 25.56%
R=46.07%
G=28.37%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641019100.380.450.368.2228.6350
HexA4655B0262D2481d32
Octal2441451330465544103562
Binary10100100110010110110110100110101101100100100011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4655B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4655B; }

 p { color: rgb(164,101,91); }

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

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

 a { background-color: rgb(164,101,91); }

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

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

 span { border-color: rgb(164,101,91); }

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