#A46B5A

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

Shades of Au Chico #A46B5A

Tints of Au Chico #A46B5A

Color information

#A46B5A (or 0xA46B5A) is unknown color: approx Au Chico. HEX triplet: A4, 6B and 5A. RGB value is (164,107,90). Sum of RGB (Red+Green+Blue) = 164+107+90=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46B5A is #5B94A5. Grayscale: #7A7A7A. Windows color (decimal): -6001830 or 5925796. OLE color: 5925796.

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

Color convert

RGB16410790-
CMYK00.350.450.36
HSL13.78º29.13%49.8%-
HSV(B)13.78º45.12%64.31%-
XYZ22.4119.1512.19-
YUV122.1109.88157.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.43%
GREEN value IS 107 (42.19% from 255) = 29.64%
BLUE value IS 90 (35.55% from 255) = 24.93%
R=45.43%
G=29.64%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641079000.350.450.3613.7829.1349.8
HexA46B5A0232D24e1d32
Octal2441531320435544163562
Binary10100100110101110110100100011101101100100111011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46B5A; }

 p { color: rgb(164,107,90); }

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

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

 a { background-color: rgb(164,107,90); }

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

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

 span { border-color: rgb(164,107,90); }

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