#A06453

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

Shades of Au Chico #A06453

Tints of Au Chico #A06453

Color information

#A06453 (or 0xA06453) is unknown color: approx Au Chico. HEX triplet: A0, 64 and 53. RGB value is (160,100,83). Sum of RGB (Red+Green+Blue) = 160+100+83=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A06453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06453 is #5F9BAC. Grayscale: #747474. Windows color (decimal): -6265773 or 5465248. OLE color: 5465248.

HSL color Cylindrical-coordinate representation of color #A06453: hue angle of 13.25º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A06453 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB16010083-
CMYK00.380.480.37
HSL13.25º31.69%47.65%-
HSV(B)13.25º48.12%62.75%-
XYZ20.6217.2110.42-
YUV116109.38159.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.65%
GREEN value IS 100 (39.45% from 255) = 29.15%
BLUE value IS 83 (32.81% from 255) = 24.20%
R=46.65%
G=29.15%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601008300.380.480.3713.2531.6947.65
HexA064530263025d2030
Octal2401441230466045154060
Binary101000001100100101001101001101100001001011101100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06453; }

 p { color: rgb(160,100,83); }

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

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

 a { background-color: rgb(160,100,83); }

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

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

 span { border-color: rgb(160,100,83); }

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