#AD745B

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

Shades of Toast #AD745B

Tints of Toast #AD745B

Color information

#AD745B (or 0xAD745B) is unknown color: approx Toast. HEX triplet: AD, 74 and 5B. RGB value is (173,116,91). Sum of RGB (Red+Green+Blue) = 173+116+91=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #AD745B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD745B is #528BA4. Grayscale: #828282. Windows color (decimal): -5409701 or 5993645. OLE color: 5993645.

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

Color convert

RGB17311691-
CMYK00.330.470.32
HSL18.29º33.33%51.76%-
HSV(B)18.29º47.4%67.84%-
XYZ25.3722.1312.83-
YUV130.19105.88158.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.53%
GREEN value IS 116 (45.70% from 255) = 30.53%
BLUE value IS 91 (35.94% from 255) = 23.95%
R=45.53%
G=30.53%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731169100.330.470.3218.2933.3351.76
HexAD745B0212F20122134
Octal2551641330415740224164
Binary1010110111101001011011010000110111110000010010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD745B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD745B; }

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

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

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

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

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

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

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

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