#A8605C

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

Shades of Au Chico #A8605C

Tints of Au Chico #A8605C

Color information

#A8605C (or 0xA8605C) is unknown color: approx Au Chico. HEX triplet: A8, 60 and 5C. RGB value is (168,96,92). Sum of RGB (Red+Green+Blue) = 168+96+92=356 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.19% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 168 - color contains mainly: red. Hex color #A8605C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8605C is #579FA3. Grayscale: #757575. Windows color (decimal): -5742500 or 6054056. OLE color: 6054056.

HSL color Cylindrical-coordinate representation of color #A8605C: hue angle of 3.16º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8605C is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB1689692-
CMYK00.430.450.34
HSL3.16º30.4%50.98%-
HSV(B)3.16º45.24%65.88%-
XYZ22.2617.4612.32-
YUV117.07113.85164.33-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.19%
GREEN value IS 96 (37.89% from 255) = 26.97%
BLUE value IS 92 (36.33% from 255) = 25.84%
R=47.19%
G=26.97%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168969200.430.450.343.1630.450.98
HexA8605C02B2D2231e33
Octal250140134053554233663
Binary101010001100000101110001010111011011000101111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8605C; }

 p { color: rgb(168,96,92); }

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

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

 a { background-color: rgb(168,96,92); }

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

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

 span { border-color: rgb(168,96,92); }

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