Html Css Color HEX #A16050 Au Chico

📋 copy color: '#A16050'

red 161 ◦ green 96 ◦ blue 80

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

Shades of Au Chico #A16050

Tints of Au Chico #A16050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.74%

R = 47.77%
G = 28.49%
B = 23.74%

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

#A16050 (or 0xA16050) is known color: Au Chico. HEX triplet: A1, 60 and 50. RGB value is (161,96,80). Sum of RGB (Red+Green+Blue) = 161+96+80=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 161 - color contains mainly: red. Hex color #A16050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16050 is #5E9FAF. Grayscale: #717171. Windows color (decimal): -6201264 or 5267617. OLE color: 5267617.

HSL color Cylindrical-coordinate representation of color #A16050: hue angle of 11.85º degrees, saturation: 0.34, 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 #A16050 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 96 80 -
CMYK 0 0.40 0.50 0.37
HSL 11.85º 0.34% 0.47% -
HSV(B) 11.85º 0.5% 0.63% -
XYZ 20.33 16.52 9.71 -
YUV 113.61 109.03 161.8 -
System Red Green Blue C M Y K H S L
Decimal 161 96 80 0 0.40 0.50 0.37 11.85 0.34 0.47
Hex A1 60 50 0 28 32 25 C 22 2F
Octal 241 140 120 0 50 62 45 14 42 57
Binary 10100001 1100000 1010000 0 101000 110010 100101 1100 100010 101111

Color Harmonies of #A16050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16050

Black with #A16050

Text Example


Text Example

White with #A16050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16050; }

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

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

background-color css

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

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

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

border-color css

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

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

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