#A36154

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

Shades of Au Chico #A36154

Tints of Au Chico #A36154

Color information

#A36154 (or 0xA36154) is unknown color: approx Au Chico. HEX triplet: A3, 61 and 54. RGB value is (163,97,84). Sum of RGB (Red+Green+Blue) = 163+97+84=344 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.38% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 84 (33.20% from 255 or 24.42% from 344); Max value from RGB is 163 - color contains mainly: red. Hex color #A36154 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36154 is #5C9EAB. Grayscale: #737373. Windows color (decimal): -6069932 or 5530019. OLE color: 5530019.

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

Color convert

RGB1639784-
CMYK00.400.480.36
HSL9.87º31.98%48.43%-
HSV(B)9.87º48.47%63.92%-
XYZ20.9816.9810.56-
YUV115.25110.37162.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.38%
GREEN value IS 97 (38.28% from 255) = 28.20%
BLUE value IS 84 (33.20% from 255) = 24.42%
R=47.38%
G=28.20%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163978400.400.480.369.8731.9848.43
HexA361540283024a2030
Octal2431411240506044124060
Binary101000111100001101010001010001100001001001010100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36154; }

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

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

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

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

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

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

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

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