Html Css Color HEX #A56053 Au Chico

📋 copy color: '#A56053'

red 165 ◦ green 96 ◦ blue 83

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

Shades of Au Chico #A56053

Tints of Au Chico #A56053

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.91%

 BLUE value IS 83 (32.81% from 255) = 24.13%

R = 47.97%
G = 27.91%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A56053 (or 0xA56053) is known color: Au Chico. HEX triplet: A5, 60 and 53. RGB value is (165,96,83). Sum of RGB (Red+Green+Blue) = 165+96+83=344 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.97% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 83 (32.81% from 255 or 24.13% from 344); Max value from RGB is 165 - color contains mainly: red. Hex color #A56053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56053 is #5A9FAC. Grayscale: #737373. Windows color (decimal): -5939117 or 5464229. OLE color: 5464229.

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

Color convert

RGB 165 96 83 -
CMYK 0 0.42 0.50 0.35
HSL 9.51º 0.33% 0.49% -
HSV(B) 9.51º 0.5% 0.65% -
XYZ 21.26 16.99 10.34 -
YUV 115.15 109.86 163.56 -
System Red Green Blue C M Y K H S L
Decimal 165 96 83 0 0.42 0.50 0.35 9.51 0.33 0.49
Hex A5 60 53 0 2A 32 23 A 21 31
Octal 245 140 123 0 52 62 43 12 41 61
Binary 10100101 1100000 1010011 0 101010 110010 100011 1010 100001 110001

Color Harmonies of #A56053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56053

Black with #A56053

Text Example


Text Example

White with #A56053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56053; }

 p { color: rgb(165,96,83); }

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

background-color css

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

 a { background-color: rgb(165,96,83); }

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

border-color css

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

 span { border-color: rgb(165,96,83); }

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