Html Css Color HEX #AD7460 Toast

📋 copy color: '#AD7460'

red 173 ◦ green 116 ◦ blue 96

#AD7460
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Toast #AD7460

Tints of Toast #AD7460

RGB

 RED value IS 173 (67.97% from 255) = 44.94%

 GREEN value IS 116 (45.7% from 255) = 30.13%

 BLUE value IS 96 (37.89% from 255) = 24.94%

R = 44.94%
G = 30.13%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD7460 (or 0xAD7460) is known color: Toast. HEX triplet: AD, 74 and 60. RGB value is (173,116,96). Sum of RGB (Red+Green+Blue) = 173+116+96=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7460 is #528B9F. Grayscale: #828282. Windows color (decimal): -5409696 or 6321325. OLE color: 6321325.

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

Color convert

RGB 173 116 96 -
CMYK 0 0.33 0.45 0.32
HSL 15.58º 0.32% 0.53% -
HSV(B) 15.58º 0.45% 0.68% -
XYZ 25.59 22.22 14.01 -
YUV 130.76 108.38 158.13 -
System Red Green Blue C M Y K H S L
Decimal 173 116 96 0 0.33 0.45 0.32 15.58 0.32 0.53
Hex AD 74 60 0 21 2D 20 10 20 35
Octal 255 164 140 0 41 55 40 20 40 65
Binary 10101101 1110100 1100000 0 100001 101101 100000 10000 100000 110101

Color Harmonies of #AD7460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7460

Black with #AD7460

Text Example


Text Example

White with #AD7460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7460; }

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

 H1.HeaderClassName
 {
   color: #AD7460;
 }
 .AnyTagClassName
 {
   color: #AD7460;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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