#AD7661

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

Shades of Toast #AD7661

Tints of Toast #AD7661

Color information

#AD7661 (or 0xAD7661) is unknown color: approx Toast. HEX triplet: AD, 76 and 61. RGB value is (173,118,97). Sum of RGB (Red+Green+Blue) = 173+118+97=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 97 (38.28% from 255 or 25% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7661 is #52899E. Grayscale: #848484. Windows color (decimal): -5409183 or 6387373. OLE color: 6387373.

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

Color convert

RGB17311897-
CMYK00.320.440.32
HSL16.58º31.67%52.94%-
HSV(B)16.58º43.93%67.84%-
XYZ25.8722.714.33-
YUV132.05108.22157.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.59%
GREEN value IS 118 (46.48% from 255) = 30.41%
BLUE value IS 97 (38.28% from 255) = 25%
R=44.59%
G=30.41%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731189700.320.440.3216.5831.6752.94
HexAD76610202C20112035
Octal2551661410405440214065
Binary1010110111101101100001010000010110010000010001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7661; }

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

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

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

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

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

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

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

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