Html Css Color HEX #A16451 Au Chico

📋 copy color: '#A16451'

red 161 ◦ green 100 ◦ blue 81

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

Shades of Au Chico #A16451

Tints of Au Chico #A16451

RGB

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

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

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

R = 47.08%
G = 29.24%
B = 23.68%

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

#A16451 (or 0xA16451) is known color: Au Chico. HEX triplet: A1, 64 and 51. RGB value is (161,100,81). Sum of RGB (Red+Green+Blue) = 161+100+81=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 161 - color contains mainly: red. Hex color #A16451 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16451 is #5E9BAE. Grayscale: #747474. Windows color (decimal): -6200239 or 5334177. OLE color: 5334177.

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

Color convert

RGB 161 100 81 -
CMYK 0 0.38 0.50 0.37
HSL 14.25º 0.33% 0.47% -
HSV(B) 14.25º 0.5% 0.63% -
XYZ 20.74 17.29 10.03 -
YUV 116.07 108.21 160.04 -
System Red Green Blue C M Y K H S L
Decimal 161 100 81 0 0.38 0.50 0.37 14.25 0.33 0.47
Hex A1 64 51 0 26 32 25 E 21 2F
Octal 241 144 121 0 46 62 45 16 41 57
Binary 10100001 1100100 1010001 0 100110 110010 100101 1110 100001 101111

Color Harmonies of #A16451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16451

Black with #A16451

Text Example


Text Example

White with #A16451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16451; }

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

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

background-color css

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

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

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

border-color css

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

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

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