#A4615B

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

Shades of Au Chico #A4615B

Tints of Au Chico #A4615B

Color information

#A4615B (or 0xA4615B) is unknown color: approx Au Chico. HEX triplet: A4, 61 and 5B. RGB value is (164,97,91). Sum of RGB (Red+Green+Blue) = 164+97+91=352 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.59% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 164 - color contains mainly: red. Hex color #A4615B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4615B is #5B9EA4. Grayscale: #747474. Windows color (decimal): -6004389 or 5988772. OLE color: 5988772.

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

Color convert

RGB1649791-
CMYK00.410.450.36
HSL4.93º28.63%50%-
HSV(B)4.93º44.51%64.31%-
XYZ21.4717.212.09-
YUV116.35113.7161.99-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.59%
GREEN value IS 97 (38.28% from 255) = 27.56%
BLUE value IS 91 (35.94% from 255) = 25.85%
R=46.59%
G=27.56%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164979100.410.450.364.9328.6350
HexA4615B0292D2451d32
Octal244141133051554453562
Binary1010010011000011011011010100110110110010010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4615B; }

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

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

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

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

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

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

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

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