#AD7461

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

Shades of Toast #AD7461

Tints of Toast #AD7461

Color information

#AD7461 (or 0xAD7461) is unknown color: approx Toast. HEX triplet: AD, 74 and 61. RGB value is (173,116,97). Sum of RGB (Red+Green+Blue) = 173+116+97=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 97 (38.28% from 255 or 25.13% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7461 is #528B9E. Grayscale: #838383. Windows color (decimal): -5409695 or 6386861. OLE color: 6386861.

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

Color convert

RGB17311697-
CMYK00.330.440.32
HSL15º31.67%52.94%-
HSV(B)15º43.93%67.84%-
XYZ25.6422.2414.25-
YUV130.88108.88158.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.82%
GREEN value IS 116 (45.70% from 255) = 30.05%
BLUE value IS 97 (38.28% from 255) = 25.13%
R=44.82%
G=30.05%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731169700.330.440.321531.6752.94
HexAD74610212C20f2035
Octal2551641410415440174065
Binary101011011110100110000101000011011001000001111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7461; }

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

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

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

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

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

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

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

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