Html Css Color HEX #A56C5D Au Chico

📋 copy color: '#A56C5D'

red 165 ◦ green 108 ◦ blue 93

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

Shades of Au Chico #A56C5D

Tints of Au Chico #A56C5D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.51%

 BLUE value IS 93 (36.72% from 255) = 25.41%

R = 45.08%
G = 29.51%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A56C5D (or 0xA56C5D) is known color: Au Chico. HEX triplet: A5, 6C and 5D. RGB value is (165,108,93). Sum of RGB (Red+Green+Blue) = 165+108+93=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 165 - color contains mainly: red. Hex color #A56C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56C5D is #5A93A2. Grayscale: #7B7B7B. Windows color (decimal): -5936035 or 6122661. OLE color: 6122661.

HSL color Cylindrical-coordinate representation of color #A56C5D: hue angle of 12.5º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A56C5D is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 108 93 -
CMYK 0 0.35 0.44 0.35
HSL 12.5º 0.29% 0.51% -
HSV(B) 12.5º 0.44% 0.65% -
XYZ 22.86 19.51 12.92 -
YUV 123.33 110.88 157.72 -
System Red Green Blue C M Y K H S L
Decimal 165 108 93 0 0.35 0.44 0.35 12.5 0.29 0.51
Hex A5 6C 5D 0 23 2C 23 C 1D 33
Octal 245 154 135 0 43 54 43 14 35 63
Binary 10100101 1101100 1011101 0 100011 101100 100011 1100 11101 110011

Color Harmonies of #A56C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56C5D

Black with #A56C5D

Text Example


Text Example

White with #A56C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56C5D; }

 p { color: rgb(165,108,93); }

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

background-color css

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

 a { background-color: rgb(165,108,93); }

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

border-color css

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

 span { border-color: rgb(165,108,93); }

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