Html Css Color HEX #A16351 Au Chico

📋 copy color: '#A16351'

red 161 ◦ green 99 ◦ blue 81

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

Shades of Au Chico #A16351

Tints of Au Chico #A16351

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.03%

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

R = 47.21%
G = 29.03%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#A16351 (or 0xA16351) is known color: Au Chico. HEX triplet: A1, 63 and 51. RGB value is (161,99,81). Sum of RGB (Red+Green+Blue) = 161+99+81=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 161 - color contains mainly: red. Hex color #A16351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16351 is #5E9CAE. Grayscale: #737373. Windows color (decimal): -6200495 or 5333921. OLE color: 5333921.

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

Color convert

RGB 161 99 81 -
CMYK 0 0.39 0.50 0.37
HSL 13.5º 0.33% 0.47% -
HSV(B) 13.5º 0.5% 0.63% -
XYZ 20.64 17.09 10 -
YUV 115.49 108.54 160.46 -
System Red Green Blue C M Y K H S L
Decimal 161 99 81 0 0.39 0.50 0.37 13.5 0.33 0.47
Hex A1 63 51 0 27 32 25 E 21 2F
Octal 241 143 121 0 47 62 45 16 41 57
Binary 10100001 1100011 1010001 0 100111 110010 100101 1110 100001 101111

Color Harmonies of #A16351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16351

Black with #A16351

Text Example


Text Example

White with #A16351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16351; }

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

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

background-color css

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

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

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

border-color css

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

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

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