#A46251

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

Shades of Au Chico #A46251

Tints of Au Chico #A46251

Color information

#A46251 (or 0xA46251) is unknown color: approx Au Chico. HEX triplet: A4, 62 and 51. RGB value is (164,98,81). Sum of RGB (Red+Green+Blue) = 164+98+81=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 81 (32.03% from 255 or 23.62% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A46251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46251 is #5B9DAE. Grayscale: #737373. Windows color (decimal): -6004143 or 5333668. OLE color: 5333668.

HSL color Cylindrical-coordinate representation of color #A46251: hue angle of 12.29º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A46251 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB1649881-
CMYK00.400.510.36
HSL12.29º33.88%48.04%-
HSV(B)12.29º50.61%64.31%-
XYZ21.1617.229.99-
YUV115.8108.37162.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.81%
GREEN value IS 98 (38.67% from 255) = 28.57%
BLUE value IS 81 (32.03% from 255) = 23.62%
R=47.81%
G=28.57%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164988100.400.510.3612.2933.8848.04
HexA462510283324c2230
Octal2441421210506344144260
Binary101001001100010101000101010001100111001001100100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46251; }

 p { color: rgb(164,98,81); }

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

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

 a { background-color: rgb(164,98,81); }

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

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

 span { border-color: rgb(164,98,81); }

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