Html Css Color HEX #A56257 Au Chico

📋 copy color: '#A56257'

red 165 ◦ green 98 ◦ blue 87

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

Shades of Au Chico #A56257

Tints of Au Chico #A56257

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28%

 BLUE value IS 87 (34.38% from 255) = 24.86%

R = 47.14%
G = 28%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A56257 (or 0xA56257) is known color: Au Chico. HEX triplet: A5, 62 and 57. RGB value is (165,98,87). Sum of RGB (Red+Green+Blue) = 165+98+87=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 87 (34.38% from 255 or 24.86% from 350); Max value from RGB is 165 - color contains mainly: red. Hex color #A56257 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56257 is #5A9DA8. Grayscale: #747474. Windows color (decimal): -5938601 or 5726885. OLE color: 5726885.

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

Color convert

RGB 165 98 87 -
CMYK 0 0.41 0.47 0.35
HSL 8.46º 0.31% 0.49% -
HSV(B) 8.46º 0.47% 0.65% -
XYZ 21.61 17.42 11.24 -
YUV 116.78 111.2 162.39 -
System Red Green Blue C M Y K H S L
Decimal 165 98 87 0 0.41 0.47 0.35 8.46 0.31 0.49
Hex A5 62 57 0 29 2F 23 8 1F 31
Octal 245 142 127 0 51 57 43 10 37 61
Binary 10100101 1100010 1010111 0 101001 101111 100011 1000 11111 110001

Color Harmonies of #A56257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56257

Black with #A56257

Text Example


Text Example

White with #A56257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56257; }

 p { color: rgb(165,98,87); }

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

background-color css

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

 a { background-color: rgb(165,98,87); }

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

border-color css

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

 span { border-color: rgb(165,98,87); }

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