#AD765B

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

Shades of Toast #AD765B

Tints of Toast #AD765B

Color information

#AD765B (or 0xAD765B) is unknown color: approx Toast. HEX triplet: AD, 76 and 5B. RGB value is (173,118,91). Sum of RGB (Red+Green+Blue) = 173+118+91=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD765B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD765B is #5289A4. Grayscale: #838383. Windows color (decimal): -5409189 or 5994157. OLE color: 5994157.

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

Color convert

RGB17311891-
CMYK00.320.470.32
HSL19.76º33.33%51.76%-
HSV(B)19.76º47.4%67.84%-
XYZ25.622.612.91-
YUV131.37105.22157.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.29%
GREEN value IS 118 (46.48% from 255) = 30.89%
BLUE value IS 91 (35.94% from 255) = 23.82%
R=45.29%
G=30.89%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731189100.320.470.3219.7633.3351.76
HexAD765B0202F20142134
Octal2551661330405740244164
Binary1010110111101101011011010000010111110000010100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD765B; }

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

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

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

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

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

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

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

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