Html Css Color HEX #A36156 Au Chico

📋 copy color: '#A36156'

red 163 ◦ green 97 ◦ blue 86

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

Shades of Au Chico #A36156

Tints of Au Chico #A36156

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.03%

 BLUE value IS 86 (33.98% from 255) = 24.86%

R = 47.11%
G = 28.03%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A36156 (or 0xA36156) is known color: Au Chico. HEX triplet: A3, 61 and 56. RGB value is (163,97,86). Sum of RGB (Red+Green+Blue) = 163+97+86=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A36156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36156 is #5C9EA9. Grayscale: #737373. Windows color (decimal): -6069930 or 5661091. OLE color: 5661091.

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

Color convert

RGB 163 97 86 -
CMYK 0 0.40 0.47 0.36
HSL 8.57º 0.31% 0.49% -
HSV(B) 8.57º 0.47% 0.64% -
XYZ 21.06 17.01 10.98 -
YUV 115.48 111.37 161.89 -
System Red Green Blue C M Y K H S L
Decimal 163 97 86 0 0.40 0.47 0.36 8.57 0.31 0.49
Hex A3 61 56 0 28 2F 24 9 1F 31
Octal 243 141 126 0 50 57 44 11 37 61
Binary 10100011 1100001 1010110 0 101000 101111 100100 1001 11111 110001

Color Harmonies of #A36156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36156

Black with #A36156

Text Example


Text Example

White with #A36156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36156; }

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

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

background-color css

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

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

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

border-color css

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

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

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