Html Css Color HEX #AD7560 Toast

📋 copy color: '#AD7560'

red 173 ◦ green 117 ◦ blue 96

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

Shades of Toast #AD7560

Tints of Toast #AD7560

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.31%

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

R = 44.82%
G = 30.31%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD7560 (or 0xAD7560) is known color: Toast. HEX triplet: AD, 75 and 60. RGB value is (173,117,96). Sum of RGB (Red+Green+Blue) = 173+117+96=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 96 (37.89% from 255 or 24.87% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7560 is #528A9F. Grayscale: #838383. Windows color (decimal): -5409440 or 6321581. OLE color: 6321581.

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

Color convert

RGB 173 117 96 -
CMYK 0 0.32 0.45 0.32
HSL 16.36º 0.32% 0.53% -
HSV(B) 16.36º 0.45% 0.68% -
XYZ 25.71 22.45 14.05 -
YUV 131.35 108.05 157.71 -
System Red Green Blue C M Y K H S L
Decimal 173 117 96 0 0.32 0.45 0.32 16.36 0.32 0.53
Hex AD 75 60 0 20 2D 20 10 20 35
Octal 255 165 140 0 40 55 40 20 40 65
Binary 10101101 1110101 1100000 0 100000 101101 100000 10000 100000 110101

Color Harmonies of #AD7560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7560

Black with #AD7560

Text Example


Text Example

White with #AD7560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7560; }

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

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

background-color css

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

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

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

border-color css

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

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

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