#AD765F

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

Shades of Toast #AD765F

Tints of Toast #AD765F

Color information

#AD765F (or 0xAD765F) is unknown color: approx Toast. HEX triplet: AD, 76 and 5F. RGB value is (173,118,95). Sum of RGB (Red+Green+Blue) = 173+118+95=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 95 (37.5% from 255 or 24.61% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD765F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD765F is #5289A0. Grayscale: #838383. Windows color (decimal): -5409185 or 6256301. OLE color: 6256301.

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

Color convert

RGB17311895-
CMYK00.320.450.32
HSL17.69º32.23%52.55%-
HSV(B)17.69º45.09%67.84%-
XYZ25.7822.6713.84-
YUV131.82107.22157.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.82%
GREEN value IS 118 (46.48% from 255) = 30.57%
BLUE value IS 95 (37.5% from 255) = 24.61%
R=44.82%
G=30.57%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731189500.320.450.3217.6932.2352.55
HexAD765F0202D20122035
Octal2551661370405540224065
Binary1010110111101101011111010000010110110000010010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD765F; }

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

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

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

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

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

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

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

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