#A4615D

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

Shades of Au Chico #A4615D

Tints of Au Chico #A4615D

Color information

#A4615D (or 0xA4615D) is unknown color: approx Au Chico. HEX triplet: A4, 61 and 5D. RGB value is (164,97,93). Sum of RGB (Red+Green+Blue) = 164+97+93=354 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.33% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 164 - color contains mainly: red. Hex color #A4615D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4615D is #5B9EA2. Grayscale: #747474. Windows color (decimal): -6004387 or 6119844. OLE color: 6119844.

HSL color Cylindrical-coordinate representation of color #A4615D: hue angle of 3.38º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A4615D is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB1649793-
CMYK00.410.430.36
HSL3.38º28.06%50.39%-
HSV(B)3.38º43.29%64.31%-
XYZ21.5617.2312.55-
YUV116.58114.7161.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.33%
GREEN value IS 97 (38.28% from 255) = 27.40%
BLUE value IS 93 (36.72% from 255) = 26.27%
R=46.33%
G=27.40%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164979300.410.430.363.3828.0650.39
HexA4615D0292B2431c32
Octal244141135051534433462
Binary101001001100001101110101010011010111001001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4615D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4615D; }

 p { color: rgb(164,97,93); }

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

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

 a { background-color: rgb(164,97,93); }

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

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

 span { border-color: rgb(164,97,93); }

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