#A0634F

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

Shades of Au Chico #A0634F

Tints of Au Chico #A0634F

Color information

#A0634F (or 0xA0634F) is unknown color: approx Au Chico. HEX triplet: A0, 63 and 4F. RGB value is (160,99,79). Sum of RGB (Red+Green+Blue) = 160+99+79=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 79 (31.25% from 255 or 23.37% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A0634F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0634F is #5F9CB0. Grayscale: #737373. Windows color (decimal): -6266033 or 5202848. OLE color: 5202848.

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

Color convert

RGB1609979-
CMYK00.380.510.37
HSL14.81º33.89%46.86%-
HSV(B)14.81º50.63%62.75%-
XYZ20.3716.969.6-
YUV114.96107.71160.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.34%
GREEN value IS 99 (39.06% from 255) = 29.29%
BLUE value IS 79 (31.25% from 255) = 23.37%
R=47.34%
G=29.29%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160997900.380.510.3714.8133.8946.86
HexA0634F0263325f222f
Octal2401431170466345174257
Binary101000001100011100111101001101100111001011111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0634F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0634F; }

 p { color: rgb(160,99,79); }

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

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

 a { background-color: rgb(160,99,79); }

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

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

 span { border-color: rgb(160,99,79); }

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