#AD7761

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

Shades of Toast #AD7761

Tints of Toast #AD7761

Color information

#AD7761 (or 0xAD7761) is unknown color: approx Toast. HEX triplet: AD, 77 and 61. RGB value is (173,119,97). Sum of RGB (Red+Green+Blue) = 173+119+97=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 97 (38.28% from 255 or 24.94% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7761 is #52889E. Grayscale: #848484. Windows color (decimal): -5408927 or 6387629. OLE color: 6387629.

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

Color convert

RGB17311997-
CMYK00.310.440.32
HSL17.37º31.67%52.94%-
HSV(B)17.37º43.93%67.84%-
XYZ25.9922.9414.37-
YUV132.64107.89156.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.47%
GREEN value IS 119 (46.88% from 255) = 30.59%
BLUE value IS 97 (38.28% from 255) = 24.94%
R=44.47%
G=30.59%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731199700.310.440.3217.3731.6752.94
HexAD776101F2C20112035
Octal2551671410375440214065
Binary101011011110111110000101111110110010000010001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7761; }

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

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

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

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

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

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

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

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