Html Css Color HEX #A16253 Au Chico

📋 copy color: '#A16253'

red 161 ◦ green 98 ◦ blue 83

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

Shades of Au Chico #A16253

Tints of Au Chico #A16253

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.65%

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

R = 47.08%
G = 28.65%
B = 24.27%

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

#A16253 (or 0xA16253) is known color: Au Chico. HEX triplet: A1, 62 and 53. RGB value is (161,98,83). Sum of RGB (Red+Green+Blue) = 161+98+83=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 83 (32.81% from 255 or 24.27% from 342); Max value from RGB is 161 - color contains mainly: red. Hex color #A16253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16253 is #5E9DAC. Grayscale: #737373. Windows color (decimal): -6200749 or 5464737. OLE color: 5464737.

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

Color convert

RGB 161 98 83 -
CMYK 0 0.39 0.48 0.37
HSL 11.54º 0.32% 0.48% -
HSV(B) 11.54º 0.48% 0.63% -
XYZ 20.63 16.94 10.37 -
YUV 115.13 109.87 160.72 -
System Red Green Blue C M Y K H S L
Decimal 161 98 83 0 0.39 0.48 0.37 11.54 0.32 0.48
Hex A1 62 53 0 27 30 25 C 20 30
Octal 241 142 123 0 47 60 45 14 40 60
Binary 10100001 1100010 1010011 0 100111 110000 100101 1100 100000 110000

Color Harmonies of #A16253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16253

Black with #A16253

Text Example


Text Example

White with #A16253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16253; }

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

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

background-color css

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

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

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

border-color css

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

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

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