Html Css Color HEX #A16853 Au Chico

📋 copy color: '#A16853'

red 161 ◦ green 104 ◦ blue 83

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

Shades of Au Chico #A16853

Tints of Au Chico #A16853

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.89%

 BLUE value IS 83 (32.81% from 255) = 23.85%

R = 46.26%
G = 29.89%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A16853 (or 0xA16853) is known color: Au Chico. HEX triplet: A1, 68 and 53. RGB value is (161,104,83). Sum of RGB (Red+Green+Blue) = 161+104+83=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A16853 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16853 is #5E97AC. Grayscale: #767676. Windows color (decimal): -6199213 or 5466273. OLE color: 5466273.

HSL color Cylindrical-coordinate representation of color #A16853: hue angle of 16.15º degrees, saturation: 0.32, 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 #A16853 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 104 83 -
CMYK 0 0.35 0.48 0.37
HSL 16.15º 0.32% 0.48% -
HSV(B) 16.15º 0.48% 0.63% -
XYZ 21.21 18.1 10.56 -
YUV 118.65 107.88 158.21 -
System Red Green Blue C M Y K H S L
Decimal 161 104 83 0 0.35 0.48 0.37 16.15 0.32 0.48
Hex A1 68 53 0 23 30 25 10 20 30
Octal 241 150 123 0 43 60 45 20 40 60
Binary 10100001 1101000 1010011 0 100011 110000 100101 10000 100000 110000

Color Harmonies of #A16853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16853

Black with #A16853

Text Example


Text Example

White with #A16853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16853; }

 p { color: rgb(161,104,83); }

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

background-color css

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

 a { background-color: rgb(161,104,83); }

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

border-color css

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

 span { border-color: rgb(161,104,83); }

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