Html Css Color HEX #A16250 Au Chico

📋 copy color: '#A16250'

red 161 ◦ green 98 ◦ blue 80

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

Shades of Au Chico #A16250

Tints of Au Chico #A16250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.6%

R = 47.49%
G = 28.91%
B = 23.6%

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

#A16250 (or 0xA16250) is known color: Au Chico. HEX triplet: A1, 62 and 50. RGB value is (161,98,80). Sum of RGB (Red+Green+Blue) = 161+98+80=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A16250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16250 is #5E9DAF. Grayscale: #727272. Windows color (decimal): -6200752 or 5268129. OLE color: 5268129.

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

Color convert

RGB 161 98 80 -
CMYK 0 0.39 0.50 0.37
HSL 13.33º 0.34% 0.47% -
HSV(B) 13.33º 0.5% 0.63% -
XYZ 20.51 16.89 9.77 -
YUV 114.79 108.37 160.96 -
System Red Green Blue C M Y K H S L
Decimal 161 98 80 0 0.39 0.50 0.37 13.33 0.34 0.47
Hex A1 62 50 0 27 32 25 D 22 2F
Octal 241 142 120 0 47 62 45 15 42 57
Binary 10100001 1100010 1010000 0 100111 110010 100101 1101 100010 101111

Color Harmonies of #A16250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16250

Black with #A16250

Text Example


Text Example

White with #A16250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16250; }

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

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

background-color css

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

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

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

border-color css

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

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

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