Html Css Color HEX #A56051 Au Chico

📋 copy color: '#A56051'

red 165 ◦ green 96 ◦ blue 81

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

Shades of Au Chico #A56051

Tints of Au Chico #A56051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.68%

R = 48.25%
G = 28.07%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A56051 (or 0xA56051) is known color: Au Chico. HEX triplet: A5, 60 and 51. RGB value is (165,96,81). Sum of RGB (Red+Green+Blue) = 165+96+81=342 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.25% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 165 - color contains mainly: red. Hex color #A56051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56051 is #5A9FAE. Grayscale: #737373. Windows color (decimal): -5939119 or 5333157. OLE color: 5333157.

HSL color Cylindrical-coordinate representation of color #A56051: hue angle of 10.71º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A56051 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 96 81 -
CMYK 0 0.42 0.51 0.35
HSL 10.71º 0.34% 0.48% -
HSV(B) 10.71º 0.51% 0.65% -
XYZ 21.19 16.96 9.94 -
YUV 114.92 108.86 163.72 -
System Red Green Blue C M Y K H S L
Decimal 165 96 81 0 0.42 0.51 0.35 10.71 0.34 0.48
Hex A5 60 51 0 2A 33 23 B 22 30
Octal 245 140 121 0 52 63 43 13 42 60
Binary 10100101 1100000 1010001 0 101010 110011 100011 1011 100010 110000

Color Harmonies of #A56051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56051

Black with #A56051

Text Example


Text Example

White with #A56051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56051; }

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

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

background-color css

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

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

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

border-color css

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

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

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