#AD6157

Color #AD6157 Au Chico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Au Chico #AD6157

Tints of Au Chico #AD6157

Color information

#AD6157 (or 0xAD6157) is unknown color: approx Au Chico. HEX triplet: AD, 61 and 57. RGB value is (173,97,87). Sum of RGB (Red+Green+Blue) = 173+97+87=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 87 (34.38% from 255 or 24.37% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6157 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6157 is #529EA8. Grayscale: #767676. Windows color (decimal): -5414569 or 5726637. OLE color: 5726637.

HSL color Cylindrical-coordinate representation of color #AD6157: hue angle of 6.98º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD6157 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB1739787-
CMYK00.440.500.32
HSL6.98º34.4%50.98%-
HSV(B)6.98º49.71%67.84%-
XYZ23.2318.1211.29-
YUV118.58110.18166.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.46%
GREEN value IS 97 (38.28% from 255) = 27.17%
BLUE value IS 87 (34.38% from 255) = 24.37%
R=48.46%
G=27.17%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173978700.440.500.326.9834.450.98
HexAD615702C322072233
Octal255141127054624074263
Binary10101101110000110101110101100110010100000111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6157; }

 p { color: rgb(173,97,87); }

 H1.HeaderClassName
 {
   color: #AD6157;
 }
 .AnyTagClassName
 {
   color: #AD6157;
 }
</style>
background-color css

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

 a { background-color: rgb(173,97,87); }

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

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

 span { border-color: rgb(173,97,87); }

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