Html Css Color HEX #A36860 Au Chico

📋 copy color: '#A36860'

red 163 ◦ green 104 ◦ blue 96

#A36860
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Au Chico #A36860

Tints of Au Chico #A36860

RGB

 RED value IS 163 (64.06% from 255) = 44.9%

 GREEN value IS 104 (41.02% from 255) = 28.65%

 BLUE value IS 96 (37.89% from 255) = 26.45%

R = 44.9%
G = 28.65%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A36860 (or 0xA36860) is known color: Au Chico. HEX triplet: A3, 68 and 60. RGB value is (163,104,96). Sum of RGB (Red+Green+Blue) = 163+104+96=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 163 - color contains mainly: red. Hex color #A36860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36860 is #5C979F. Grayscale: #787878. Windows color (decimal): -6068128 or 6318243. OLE color: 6318243.

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

Color convert

RGB 163 104 96 -
CMYK 0 0.36 0.41 0.36
HSL 7.16º 0.27% 0.51% -
HSV(B) 7.16º 0.41% 0.64% -
XYZ 22.17 18.53 13.48 -
YUV 120.73 114.05 158.15 -
System Red Green Blue C M Y K H S L
Decimal 163 104 96 0 0.36 0.41 0.36 7.16 0.27 0.51
Hex A3 68 60 0 24 29 24 7 1B 33
Octal 243 150 140 0 44 51 44 7 33 63
Binary 10100011 1101000 1100000 0 100100 101001 100100 111 11011 110011

Color Harmonies of #A36860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36860

Black with #A36860

Text Example


Text Example

White with #A36860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36860; }

 p { color: rgb(163,104,96); }

 H1.HeaderClassName
 {
   color: #A36860;
 }
 .AnyTagClassName
 {
   color: #A36860;
 }
</style>

background-color css

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

 a { background-color: rgb(163,104,96); }

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

border-color css

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

 span { border-color: rgb(163,104,96); }

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