Html Css Color HEX #A36B60 Au Chico

📋 copy color: '#A36B60'

red 163 ◦ green 107 ◦ blue 96

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

Shades of Au Chico #A36B60

Tints of Au Chico #A36B60

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.23%

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

R = 44.54%
G = 29.23%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A36B60 (or 0xA36B60) is known color: Au Chico. HEX triplet: A3, 6B and 60. RGB value is (163,107,96). Sum of RGB (Red+Green+Blue) = 163+107+96=366 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.54% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 163 - color contains mainly: red. Hex color #A36B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36B60 is #5C949F. Grayscale: #7A7A7A. Windows color (decimal): -6067360 or 6319011. OLE color: 6319011.

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

Color convert

RGB 163 107 96 -
CMYK 0 0.34 0.41 0.36
HSL 9.85º 0.27% 0.51% -
HSV(B) 9.85º 0.41% 0.64% -
XYZ 22.47 19.15 13.58 -
YUV 122.49 113.05 156.89 -
System Red Green Blue C M Y K H S L
Decimal 163 107 96 0 0.34 0.41 0.36 9.85 0.27 0.51
Hex A3 6B 60 0 22 29 24 A 1B 33
Octal 243 153 140 0 42 51 44 12 33 63
Binary 10100011 1101011 1100000 0 100010 101001 100100 1010 11011 110011

Color Harmonies of #A36B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36B60

Black with #A36B60

Text Example


Text Example

White with #A36B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36B60; }

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

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

background-color css

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

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

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

border-color css

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

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

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