Html Css Color HEX #A56C5C Au Chico

📋 copy color: '#A56C5C'

red 165 ◦ green 108 ◦ blue 92

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

Shades of Au Chico #A56C5C

Tints of Au Chico #A56C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.21%

R = 45.21%
G = 29.59%
B = 25.21%

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

#A56C5C (or 0xA56C5C) is known color: Au Chico. HEX triplet: A5, 6C and 5C. RGB value is (165,108,92). Sum of RGB (Red+Green+Blue) = 165+108+92=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 165 - color contains mainly: red. Hex color #A56C5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56C5C is #5A93A3. Grayscale: #7B7B7B. Windows color (decimal): -5936036 or 6057125. OLE color: 6057125.

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

Color convert

RGB 165 108 92 -
CMYK 0 0.35 0.44 0.35
HSL 13.15º 0.29% 0.5% -
HSV(B) 13.15º 0.44% 0.65% -
XYZ 22.81 19.5 12.69 -
YUV 123.22 110.38 157.8 -
System Red Green Blue C M Y K H S L
Decimal 165 108 92 0 0.35 0.44 0.35 13.15 0.29 0.5
Hex A5 6C 5C 0 23 2C 23 D 1D 32
Octal 245 154 134 0 43 54 43 15 35 62
Binary 10100101 1101100 1011100 0 100011 101100 100011 1101 11101 110010

Color Harmonies of #A56C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56C5C

Black with #A56C5C

Text Example


Text Example

White with #A56C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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