Html Css Color HEX #AD7761 Toast

📋 copy color: '#AD7761'

red 173 ◦ green 119 ◦ blue 97

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

Shades of Toast #AD7761

Tints of Toast #AD7761

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.59%

 BLUE value IS 97 (38.28% from 255) = 24.94%

R = 44.47%
G = 30.59%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AD7761 (or 0xAD7761) is known color: Toast. HEX triplet: AD, 77 and 61. RGB value is (173,119,97). Sum of RGB (Red+Green+Blue) = 173+119+97=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 97 (38.28% from 255 or 24.94% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7761 is #52889E. Grayscale: #848484. Windows color (decimal): -5408927 or 6387629. OLE color: 6387629.

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

Color convert

RGB 173 119 97 -
CMYK 0 0.31 0.44 0.32
HSL 17.37º 0.32% 0.53% -
HSV(B) 17.37º 0.44% 0.68% -
XYZ 25.99 22.94 14.37 -
YUV 132.64 107.89 156.79 -
System Red Green Blue C M Y K H S L
Decimal 173 119 97 0 0.31 0.44 0.32 17.37 0.32 0.53
Hex AD 77 61 0 1F 2C 20 11 20 35
Octal 255 167 141 0 37 54 40 21 40 65
Binary 10101101 1110111 1100001 0 11111 101100 100000 10001 100000 110101

Color Harmonies of #AD7761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7761

Black with #AD7761

Text Example


Text Example

White with #AD7761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7761; }

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

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

background-color css

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

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

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

border-color css

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

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

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