Html Css Color HEX #A56455 Au Chico

📋 copy color: '#A56455'

red 165 ◦ green 100 ◦ blue 85

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

Shades of Au Chico #A56455

Tints of Au Chico #A56455

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.57%

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

R = 47.14%
G = 28.57%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#A56455 (or 0xA56455) is known color: Au Chico. HEX triplet: A5, 64 and 55. RGB value is (165,100,85). Sum of RGB (Red+Green+Blue) = 165+100+85=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 165 - color contains mainly: red. Hex color #A56455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56455 is #5A9BAA. Grayscale: #757575. Windows color (decimal): -5938091 or 5596325. OLE color: 5596325.

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

Color convert

RGB 165 100 85 -
CMYK 0 0.39 0.48 0.35
HSL 11.25º 0.32% 0.49% -
HSV(B) 11.25º 0.48% 0.65% -
XYZ 21.71 17.77 10.88 -
YUV 117.73 109.53 161.72 -
System Red Green Blue C M Y K H S L
Decimal 165 100 85 0 0.39 0.48 0.35 11.25 0.32 0.49
Hex A5 64 55 0 27 30 23 B 20 31
Octal 245 144 125 0 47 60 43 13 40 61
Binary 10100101 1100100 1010101 0 100111 110000 100011 1011 100000 110001

Color Harmonies of #A56455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56455

Black with #A56455

Text Example


Text Example

White with #A56455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56455; }

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

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

background-color css

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

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

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

border-color css

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

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

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