Html Css Color HEX #A16C5F Au Chico

📋 copy color: '#A16C5F'

red 161 ◦ green 108 ◦ blue 95

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

Shades of Au Chico #A16C5F

Tints of Au Chico #A16C5F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.67%

 BLUE value IS 95 (37.5% from 255) = 26.1%

R = 44.23%
G = 29.67%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A16C5F (or 0xA16C5F) is known color: Au Chico. HEX triplet: A1, 6C and 5F. RGB value is (161,108,95). Sum of RGB (Red+Green+Blue) = 161+108+95=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 161 - color contains mainly: red. Hex color #A16C5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16C5F is #5E93A0. Grayscale: #7A7A7A. Windows color (decimal): -6198177 or 6253729. OLE color: 6253729.

HSL color Cylindrical-coordinate representation of color #A16C5F: hue angle of 11.82º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A16C5F is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 108 95 -
CMYK 0 0.33 0.41 0.37
HSL 11.82º 0.26% 0.5% -
HSV(B) 11.82º 0.41% 0.63% -
XYZ 22.13 19.13 13.35 -
YUV 122.37 112.56 155.56 -
System Red Green Blue C M Y K H S L
Decimal 161 108 95 0 0.33 0.41 0.37 11.82 0.26 0.5
Hex A1 6C 5F 0 21 29 25 C 1A 32
Octal 241 154 137 0 41 51 45 14 32 62
Binary 10100001 1101100 1011111 0 100001 101001 100101 1100 11010 110010

Color Harmonies of #A16C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16C5F

Black with #A16C5F

Text Example


Text Example

White with #A16C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16C5F; }

 p { color: rgb(161,108,95); }

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

background-color css

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

 a { background-color: rgb(161,108,95); }

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

border-color css

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

 span { border-color: rgb(161,108,95); }

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