#A36151

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

Shades of Au Chico #A36151

Tints of Au Chico #A36151

Color information

#A36151 (or 0xA36151) is unknown color: approx Au Chico. HEX triplet: A3, 61 and 51. RGB value is (163,97,81). Sum of RGB (Red+Green+Blue) = 163+97+81=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 163 - color contains mainly: red. Hex color #A36151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36151 is #5C9EAE. Grayscale: #737373. Windows color (decimal): -6069935 or 5333411. OLE color: 5333411.

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

Color convert

RGB1639781-
CMYK00.400.500.36
HSL11.71º33.61%47.84%-
HSV(B)11.71º50.31%63.92%-
XYZ20.8616.939.95-
YUV114.91108.87162.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.80%
GREEN value IS 97 (38.28% from 255) = 28.45%
BLUE value IS 81 (32.03% from 255) = 23.75%
R=47.80%
G=28.45%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163978100.400.500.3611.7133.6147.84
HexA361510283224c2230
Octal2431411210506244144260
Binary101000111100001101000101010001100101001001100100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36151; }

 p { color: rgb(163,97,81); }

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

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

 a { background-color: rgb(163,97,81); }

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

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

 span { border-color: rgb(163,97,81); }

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