Html Css Color HEX #A16450 Au Chico

📋 copy color: '#A16450'

red 161 ◦ green 100 ◦ blue 80

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

Shades of Au Chico #A16450

Tints of Au Chico #A16450

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.33%

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

R = 47.21%
G = 29.33%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#A16450 (or 0xA16450) is known color: Au Chico. HEX triplet: A1, 64 and 50. RGB value is (161,100,80). Sum of RGB (Red+Green+Blue) = 161+100+80=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 161 - color contains mainly: red. Hex color #A16450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16450 is #5E9BAF. Grayscale: #747474. Windows color (decimal): -6200240 or 5268641. OLE color: 5268641.

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

Color convert

RGB 161 100 80 -
CMYK 0 0.38 0.50 0.37
HSL 14.81º 0.34% 0.47% -
HSV(B) 14.81º 0.5% 0.63% -
XYZ 20.7 17.27 9.83 -
YUV 115.96 107.71 160.13 -
System Red Green Blue C M Y K H S L
Decimal 161 100 80 0 0.38 0.50 0.37 14.81 0.34 0.47
Hex A1 64 50 0 26 32 25 F 22 2F
Octal 241 144 120 0 46 62 45 17 42 57
Binary 10100001 1100100 1010000 0 100110 110010 100101 1111 100010 101111

Color Harmonies of #A16450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16450

Black with #A16450

Text Example


Text Example

White with #A16450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16450; }

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

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

background-color css

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

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

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

border-color css

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

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

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