#AD7561

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

Shades of Toast #AD7561

Tints of Toast #AD7561

Color information

#AD7561 (or 0xAD7561) is unknown color: approx Toast. HEX triplet: AD, 75 and 61. RGB value is (173,117,97). Sum of RGB (Red+Green+Blue) = 173+117+97=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 97 (38.28% from 255 or 25.06% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7561 is #528A9E. Grayscale: #838383. Windows color (decimal): -5409439 or 6387117. OLE color: 6387117.

HSL color Cylindrical-coordinate representation of color #AD7561: hue angle of 15.79º 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 #AD7561 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.32.

Color convert

RGB17311797-
CMYK00.320.440.32
HSL15.79º31.67%52.94%-
HSV(B)15.79º43.93%67.84%-
XYZ25.7522.4714.29-
YUV131.46108.55157.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.70%
GREEN value IS 117 (46.09% from 255) = 30.23%
BLUE value IS 97 (38.28% from 255) = 25.06%
R=44.70%
G=30.23%
B=25.06%

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
Decimal1731179700.320.440.3215.7931.6752.94
HexAD75610202C20102035
Octal2551651410405440204065
Binary1010110111101011100001010000010110010000010000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7561; }

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

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

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

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

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

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

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

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