Html Css Color HEX #A16558 Au Chico

📋 copy color: '#A16558'

red 161 ◦ green 101 ◦ blue 88

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

Shades of Au Chico #A16558

Tints of Au Chico #A16558

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.86%

 BLUE value IS 88 (34.77% from 255) = 25.14%

R = 46%
G = 28.86%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.37

RGB Variations

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

Color information

#A16558 (or 0xA16558) is known color: Au Chico. HEX triplet: A1, 65 and 58. RGB value is (161,101,88). Sum of RGB (Red+Green+Blue) = 161+101+88=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 161 - color contains mainly: red. Hex color #A16558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16558 is #5E9AA7. Grayscale: #757575. Windows color (decimal): -6199976 or 5793185. OLE color: 5793185.

HSL color Cylindrical-coordinate representation of color #A16558: hue angle of 10.68º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A16558 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 101 88 -
CMYK 0 0.37 0.45 0.37
HSL 10.68º 0.29% 0.49% -
HSV(B) 10.68º 0.45% 0.63% -
XYZ 21.11 17.59 11.51 -
YUV 117.46 111.38 159.06 -
System Red Green Blue C M Y K H S L
Decimal 161 101 88 0 0.37 0.45 0.37 10.68 0.29 0.49
Hex A1 65 58 0 25 2D 25 B 1D 31
Octal 241 145 130 0 45 55 45 13 35 61
Binary 10100001 1100101 1011000 0 100101 101101 100101 1011 11101 110001

Color Harmonies of #A16558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16558

Black with #A16558

Text Example


Text Example

White with #A16558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16558; }

 p { color: rgb(161,101,88); }

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

background-color css

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

 a { background-color: rgb(161,101,88); }

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

border-color css

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

 span { border-color: rgb(161,101,88); }

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