#AD775F

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

Shades of Toast #AD775F

Tints of Toast #AD775F

Color information

#AD775F (or 0xAD775F) is unknown color: approx Toast. HEX triplet: AD, 77 and 5F. RGB value is (173,119,95). Sum of RGB (Red+Green+Blue) = 173+119+95=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 95 (37.5% from 255 or 24.55% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD775F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD775F is #5288A0. Grayscale: #848484. Windows color (decimal): -5408929 or 6256557. OLE color: 6256557.

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

Color convert

RGB17311995-
CMYK00.310.450.32
HSL18.46º32.23%52.55%-
HSV(B)18.46º45.09%67.84%-
XYZ25.922.913.88-
YUV132.41106.89156.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.70%
GREEN value IS 119 (46.88% from 255) = 30.75%
BLUE value IS 95 (37.5% from 255) = 24.55%
R=44.70%
G=30.75%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731199500.310.450.3218.4632.2352.55
HexAD775F01F2D20122035
Octal2551671370375540224065
Binary101011011110111101111101111110110110000010010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD775F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD775F; }

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

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

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

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

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

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

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

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