#A36356

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

Shades of Au Chico #A36356

Tints of Au Chico #A36356

Color information

#A36356 (or 0xA36356) is unknown color: approx Au Chico. HEX triplet: A3, 63 and 56. RGB value is (163,99,86). Sum of RGB (Red+Green+Blue) = 163+99+86=348 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.84% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 163 - color contains mainly: red. Hex color #A36356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36356 is #5C9CA9. Grayscale: #747474. Windows color (decimal): -6069418 or 5661603. OLE color: 5661603.

HSL color Cylindrical-coordinate representation of color #A36356: hue angle of 10.13º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A36356 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB1639986-
CMYK00.390.470.36
HSL10.13º30.92%48.82%-
HSV(B)10.13º47.24%63.92%-
XYZ21.2517.3811.04-
YUV116.65110.7161.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.84%
GREEN value IS 99 (39.06% from 255) = 28.45%
BLUE value IS 86 (33.98% from 255) = 24.71%
R=46.84%
G=28.45%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163998600.390.470.3610.1330.9248.82
HexA363560272F24a1f31
Octal2431431260475744123761
Binary10100011110001110101100100111101111100100101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36356; }

 p { color: rgb(163,99,86); }

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

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

 a { background-color: rgb(163,99,86); }

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

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

 span { border-color: rgb(163,99,86); }

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