#A75E55

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

Shades of Au Chico #A75E55

Tints of Au Chico #A75E55

Color information

#A75E55 (or 0xA75E55) is unknown color: approx Au Chico. HEX triplet: A7, 5E and 55. RGB value is (167,94,85). Sum of RGB (Red+Green+Blue) = 167+94+85=346 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.27% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 167 - color contains mainly: red. Hex color #A75E55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75E55 is #58A1AA. Grayscale: #727272. Windows color (decimal): -5808555 or 5594791. OLE color: 5594791.

HSL color Cylindrical-coordinate representation of color #A75E55: hue angle of 6.59º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A75E55 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB1679485-
CMYK00.440.490.35
HSL6.59º32.54%49.41%-
HSV(B)6.59º49.1%65.49%-
XYZ21.5816.8810.71-
YUV114.8111.18165.23-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.27%
GREEN value IS 94 (37.11% from 255) = 27.17%
BLUE value IS 85 (33.59% from 255) = 24.57%
R=48.27%
G=27.17%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167948500.440.490.356.5932.5449.41
HexA75E5502C312372131
Octal247136125054614374161
Binary10100111101111010101010101100110001100011111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75E55; }

 p { color: rgb(167,94,85); }

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

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

 a { background-color: rgb(167,94,85); }

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

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

 span { border-color: rgb(167,94,85); }

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