Html Css Color HEX #A36960 Au Chico

📋 copy color: '#A36960'

red 163 ◦ green 105 ◦ blue 96

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

Shades of Au Chico #A36960

Tints of Au Chico #A36960

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.85%

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

R = 44.78%
G = 28.85%
B = 26.37%

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

#A36960 (or 0xA36960) is known color: Au Chico. HEX triplet: A3, 69 and 60. RGB value is (163,105,96). Sum of RGB (Red+Green+Blue) = 163+105+96=364 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.78% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 163 - color contains mainly: red. Hex color #A36960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36960 is #5C969F. Grayscale: #797979. Windows color (decimal): -6067872 or 6318499. OLE color: 6318499.

HSL color Cylindrical-coordinate representation of color #A36960: hue angle of 8.06º 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 #A36960 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 105 96 -
CMYK 0 0.36 0.41 0.36
HSL 8.06º 0.27% 0.51% -
HSV(B) 8.06º 0.41% 0.64% -
XYZ 22.27 18.73 13.51 -
YUV 121.32 113.72 157.73 -
System Red Green Blue C M Y K H S L
Decimal 163 105 96 0 0.36 0.41 0.36 8.06 0.27 0.51
Hex A3 69 60 0 24 29 24 8 1B 33
Octal 243 151 140 0 44 51 44 10 33 63
Binary 10100011 1101001 1100000 0 100100 101001 100100 1000 11011 110011

Color Harmonies of #A36960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36960

Black with #A36960

Text Example


Text Example

White with #A36960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36960; }

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

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

background-color css

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

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

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

border-color css

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

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

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