Html Css Color HEX #AD7661 Toast

📋 copy color: '#AD7661'

red 173 ◦ green 118 ◦ blue 97

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

Shades of Toast #AD7661

Tints of Toast #AD7661

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.41%

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

R = 44.59%
G = 30.41%
B = 25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AD7661 (or 0xAD7661) is known color: Toast. HEX triplet: AD, 76 and 61. RGB value is (173,118,97). Sum of RGB (Red+Green+Blue) = 173+118+97=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 97 (38.28% from 255 or 25% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7661 is #52899E. Grayscale: #848484. Windows color (decimal): -5409183 or 6387373. OLE color: 6387373.

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

Color convert

RGB 173 118 97 -
CMYK 0 0.32 0.44 0.32
HSL 16.58º 0.32% 0.53% -
HSV(B) 16.58º 0.44% 0.68% -
XYZ 25.87 22.7 14.33 -
YUV 132.05 108.22 157.21 -
System Red Green Blue C M Y K H S L
Decimal 173 118 97 0 0.32 0.44 0.32 16.58 0.32 0.53
Hex AD 76 61 0 20 2C 20 11 20 35
Octal 255 166 141 0 40 54 40 21 40 65
Binary 10101101 1110110 1100001 0 100000 101100 100000 10001 100000 110101

Color Harmonies of #AD7661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7661

Black with #AD7661

Text Example


Text Example

White with #AD7661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7661; }

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

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

background-color css

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

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

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

border-color css

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

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

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