Html Css Color HEX #A16354 Au Chico

📋 copy color: '#A16354'

red 161 ◦ green 99 ◦ blue 84

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

Shades of Au Chico #A16354

Tints of Au Chico #A16354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.42%

R = 46.8%
G = 28.78%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A16354 (or 0xA16354) is known color: Au Chico. HEX triplet: A1, 63 and 54. RGB value is (161,99,84). Sum of RGB (Red+Green+Blue) = 161+99+84=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 84 (33.20% from 255 or 24.42% from 344); Max value from RGB is 161 - color contains mainly: red. Hex color #A16354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16354 is #5E9CAB. Grayscale: #737373. Windows color (decimal): -6200492 or 5530529. OLE color: 5530529.

HSL color Cylindrical-coordinate representation of color #A16354: hue angle of 11.69º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A16354 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 99 84 -
CMYK 0 0.39 0.48 0.37
HSL 11.69º 0.31% 0.48% -
HSV(B) 11.69º 0.48% 0.63% -
XYZ 20.76 17.14 10.6 -
YUV 115.83 110.04 160.22 -
System Red Green Blue C M Y K H S L
Decimal 161 99 84 0 0.39 0.48 0.37 11.69 0.31 0.48
Hex A1 63 54 0 27 30 25 C 1F 30
Octal 241 143 124 0 47 60 45 14 37 60
Binary 10100001 1100011 1010100 0 100111 110000 100101 1100 11111 110000

Color Harmonies of #A16354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16354

Black with #A16354

Text Example


Text Example

White with #A16354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16354; }

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

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

background-color css

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

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

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

border-color css

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

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

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