Html Css Color HEX #A16B5F Au Chico

📋 copy color: '#A16B5F'

red 161 ◦ green 107 ◦ blue 95

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

Shades of Au Chico #A16B5F

Tints of Au Chico #A16B5F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.48%

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

R = 44.35%
G = 29.48%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A16B5F (or 0xA16B5F) is known color: Au Chico. HEX triplet: A1, 6B and 5F. RGB value is (161,107,95). Sum of RGB (Red+Green+Blue) = 161+107+95=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 161 - color contains mainly: red. Hex color #A16B5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16B5F is #5E94A0. Grayscale: #797979. Windows color (decimal): -6198433 or 6253473. OLE color: 6253473.

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

Color convert

RGB 161 107 95 -
CMYK 0 0.34 0.41 0.37
HSL 10.91º 0.26% 0.5% -
HSV(B) 10.91º 0.41% 0.63% -
XYZ 22.02 18.92 13.32 -
YUV 121.78 112.89 155.98 -
System Red Green Blue C M Y K H S L
Decimal 161 107 95 0 0.34 0.41 0.37 10.91 0.26 0.5
Hex A1 6B 5F 0 22 29 25 B 1A 32
Octal 241 153 137 0 42 51 45 13 32 62
Binary 10100001 1101011 1011111 0 100010 101001 100101 1011 11010 110010

Color Harmonies of #A16B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16B5F

Black with #A16B5F

Text Example


Text Example

White with #A16B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16B5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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