Html Css Color HEX #AD7360 Toast

📋 copy color: '#AD7360'

red 173 ◦ green 115 ◦ blue 96

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

Shades of Toast #AD7360

Tints of Toast #AD7360

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.95%

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

R = 45.05%
G = 29.95%
B = 25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD7360 (or 0xAD7360) is known color: Toast. HEX triplet: AD, 73 and 60. RGB value is (173,115,96). Sum of RGB (Red+Green+Blue) = 173+115+96=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7360 is #528C9F. Grayscale: #828282. Windows color (decimal): -5409952 or 6321069. OLE color: 6321069.

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

Color convert

RGB 173 115 96 -
CMYK 0 0.34 0.45 0.32
HSL 14.81º 0.32% 0.53% -
HSV(B) 14.81º 0.45% 0.68% -
XYZ 25.48 21.99 13.97 -
YUV 130.18 108.72 158.54 -
System Red Green Blue C M Y K H S L
Decimal 173 115 96 0 0.34 0.45 0.32 14.81 0.32 0.53
Hex AD 73 60 0 22 2D 20 F 20 35
Octal 255 163 140 0 42 55 40 17 40 65
Binary 10101101 1110011 1100000 0 100010 101101 100000 1111 100000 110101

Color Harmonies of #AD7360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7360

Black with #AD7360

Text Example


Text Example

White with #AD7360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7360; }

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

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

background-color css

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

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

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

border-color css

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

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

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