#AD6158

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

Shades of Au Chico #AD6158

Tints of Au Chico #AD6158

Color information

#AD6158 (or 0xAD6158) is unknown color: approx Au Chico. HEX triplet: AD, 61 and 58. RGB value is (173,97,88). Sum of RGB (Red+Green+Blue) = 173+97+88=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 88 (34.77% from 255 or 24.58% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6158 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6158 is #529EA7. Grayscale: #767676. Windows color (decimal): -5414568 or 5792173. OLE color: 5792173.

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

Color convert

RGB1739788-
CMYK00.440.490.32
HSL6.35º34.14%51.18%-
HSV(B)6.35º49.13%67.84%-
XYZ23.2718.1411.51-
YUV118.7110.68166.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.32%
GREEN value IS 97 (38.28% from 255) = 27.09%
BLUE value IS 88 (34.77% from 255) = 24.58%
R=48.32%
G=27.09%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173978800.440.490.326.3534.1451.18
HexAD615802C312062233
Octal255141130054614064263
Binary10101101110000110110000101100110001100000110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6158; }

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

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

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

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

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

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

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

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