Html Css Color HEX #A16051 Au Chico

📋 copy color: '#A16051'

red 161 ◦ green 96 ◦ blue 81

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

Shades of Au Chico #A16051

Tints of Au Chico #A16051

RGB

 RED value IS 161 (63.28% from 255) = 47.63%

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

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

R = 47.63%
G = 28.4%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#A16051 (or 0xA16051) is known color: Au Chico. HEX triplet: A1, 60 and 51. RGB value is (161,96,81). Sum of RGB (Red+Green+Blue) = 161+96+81=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A16051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16051 is #5E9FAE. Grayscale: #717171. Windows color (decimal): -6201263 or 5333153. OLE color: 5333153.

HSL color Cylindrical-coordinate representation of color #A16051: hue angle of 11.25º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A16051 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 96 81 -
CMYK 0 0.40 0.50 0.37
HSL 11.25º 0.33% 0.47% -
HSV(B) 11.25º 0.5% 0.63% -
XYZ 20.37 16.54 9.9 -
YUV 113.73 109.53 161.72 -
System Red Green Blue C M Y K H S L
Decimal 161 96 81 0 0.40 0.50 0.37 11.25 0.33 0.47
Hex A1 60 51 0 28 32 25 B 21 2F
Octal 241 140 121 0 50 62 45 13 41 57
Binary 10100001 1100000 1010001 0 101000 110010 100101 1011 100001 101111

Color Harmonies of #A16051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16051

Black with #A16051

Text Example


Text Example

White with #A16051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16051; }

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

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

background-color css

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

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

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

border-color css

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

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

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