Html Css Color HEX #A56155 Au Chico

📋 copy color: '#A56155'

red 165 ◦ green 97 ◦ blue 85

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

Shades of Au Chico #A56155

Tints of Au Chico #A56155

RGB

 RED value IS 165 (64.84% from 255) = 47.55%

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

 BLUE value IS 85 (33.59% from 255) = 24.5%

R = 47.55%
G = 27.95%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#A56155 (or 0xA56155) is known color: Au Chico. HEX triplet: A5, 61 and 55. RGB value is (165,97,85). Sum of RGB (Red+Green+Blue) = 165+97+85=347 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.55% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 165 - color contains mainly: red. Hex color #A56155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56155 is #5A9EAA. Grayscale: #747474. Windows color (decimal): -5938859 or 5595557. OLE color: 5595557.

HSL color Cylindrical-coordinate representation of color #A56155: hue angle of 9º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A56155 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 97 85 -
CMYK 0 0.41 0.48 0.35
HSL 0.32% 0.49% -
HSV(B) 0.48% 0.65% -
XYZ 21.43 17.2 10.79 -
YUV 115.96 110.53 162.98 -
System Red Green Blue C M Y K H S L
Decimal 165 97 85 0 0.41 0.48 0.35 9 0.32 0.49
Hex A5 61 55 0 29 30 23 9 20 31
Octal 245 141 125 0 51 60 43 11 40 61
Binary 10100101 1100001 1010101 0 101001 110000 100011 1001 100000 110001

Color Harmonies of #A56155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56155

Black with #A56155

Text Example


Text Example

White with #A56155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56155; }

 p { color: rgb(165,97,85); }

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

background-color css

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

 a { background-color: rgb(165,97,85); }

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

border-color css

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

 span { border-color: rgb(165,97,85); }

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