#AD765A

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

Shades of Toast #AD765A

Tints of Toast #AD765A

Color information

#AD765A (or 0xAD765A) is unknown color: approx Toast. HEX triplet: AD, 76 and 5A. RGB value is (173,118,90). Sum of RGB (Red+Green+Blue) = 173+118+90=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD765A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD765A is #5289A5. Grayscale: #838383. Windows color (decimal): -5409190 or 5928621. OLE color: 5928621.

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

Color convert

RGB17311890-
CMYK00.320.480.32
HSL20.24º33.6%51.57%-
HSV(B)20.24º47.98%67.84%-
XYZ25.5622.5812.68-
YUV131.25104.72157.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.41%
GREEN value IS 118 (46.48% from 255) = 30.97%
BLUE value IS 90 (35.55% from 255) = 23.62%
R=45.41%
G=30.97%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731189000.320.480.3220.2433.651.57
HexAD765A0203020142234
Octal2551661320406040244264
Binary1010110111101101011010010000011000010000010100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD765A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD765A; }

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

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

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

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

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

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

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

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