#A76355

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

Shades of Au Chico #A76355

Tints of Au Chico #A76355

Color information

#A76355 (or 0xA76355) is unknown color: approx Au Chico. HEX triplet: A7, 63 and 55. RGB value is (167,99,85). Sum of RGB (Red+Green+Blue) = 167+99+85=351 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.58% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 85 (33.59% from 255 or 24.22% from 351); Max value from RGB is 167 - color contains mainly: red. Hex color #A76355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76355 is #589CAA. Grayscale: #757575. Windows color (decimal): -5807275 or 5596071. OLE color: 5596071.

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

Color convert

RGB1679985-
CMYK00.410.490.35
HSL10.24º32.54%49.41%-
HSV(B)10.24º49.1%65.49%-
XYZ22.0417.810.87-
YUV117.74109.53163.14-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.58%
GREEN value IS 99 (39.06% from 255) = 28.21%
BLUE value IS 85 (33.59% from 255) = 24.22%
R=47.58%
G=28.21%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167998500.410.490.3510.2432.5449.41
HexA763550293123a2131
Octal2471431250516143124161
Binary101001111100011101010101010011100011000111010100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76355; }

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

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

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

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

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

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

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

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