Html Css Color HEX #A56B5C Au Chico

📋 copy color: '#A56B5C'

red 165 ◦ green 107 ◦ blue 92

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

Shades of Au Chico #A56B5C

Tints of Au Chico #A56B5C

RGB

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

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

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

R = 45.33%
G = 29.4%
B = 25.27%

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

#A56B5C (or 0xA56B5C) is known color: Au Chico. HEX triplet: A5, 6B and 5C. RGB value is (165,107,92). Sum of RGB (Red+Green+Blue) = 165+107+92=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56B5C is #5A94A3. Grayscale: #7A7A7A. Windows color (decimal): -5936292 or 6056869. OLE color: 6056869.

HSL color Cylindrical-coordinate representation of color #A56B5C: hue angle of 12.33º 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 #A56B5C is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 107 92 -
CMYK 0 0.35 0.44 0.35
HSL 12.33º 0.29% 0.5% -
HSV(B) 12.33º 0.44% 0.65% -
XYZ 22.71 19.29 12.65 -
YUV 122.63 110.72 158.22 -
System Red Green Blue C M Y K H S L
Decimal 165 107 92 0 0.35 0.44 0.35 12.33 0.29 0.5
Hex A5 6B 5C 0 23 2C 23 C 1D 32
Octal 245 153 134 0 43 54 43 14 35 62
Binary 10100101 1101011 1011100 0 100011 101100 100011 1100 11101 110010

Color Harmonies of #A56B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56B5C

Black with #A56B5C

Text Example


Text Example

White with #A56B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56B5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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