Html Css Color HEX #A56355 Au Chico

📋 copy color: '#A56355'

red 165 ◦ green 99 ◦ blue 85

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

Shades of Au Chico #A56355

Tints of Au Chico #A56355

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.37%

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

R = 47.28%
G = 28.37%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#A56355 (or 0xA56355) is known color: Au Chico. HEX triplet: A5, 63 and 55. RGB value is (165,99,85). Sum of RGB (Red+Green+Blue) = 165+99+85=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 85 (33.59% from 255 or 24.36% from 349); Max value from RGB is 165 - color contains mainly: red. Hex color #A56355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56355 is #5A9CAA. Grayscale: #757575. Windows color (decimal): -5938347 or 5596069. OLE color: 5596069.

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

Color convert

RGB 165 99 85 -
CMYK 0 0.40 0.48 0.35
HSL 10.5º 0.32% 0.49% -
HSV(B) 10.5º 0.48% 0.65% -
XYZ 21.62 17.58 10.85 -
YUV 117.14 109.87 162.14 -
System Red Green Blue C M Y K H S L
Decimal 165 99 85 0 0.40 0.48 0.35 10.5 0.32 0.49
Hex A5 63 55 0 28 30 23 A 20 31
Octal 245 143 125 0 50 60 43 12 40 61
Binary 10100101 1100011 1010101 0 101000 110000 100011 1010 100000 110001

Color Harmonies of #A56355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56355

Black with #A56355

Text Example


Text Example

White with #A56355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56355; }

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

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

background-color css

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

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

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

border-color css

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

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

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