Html Css Color HEX #AD7461 Toast

📋 copy color: '#AD7461'

red 173 ◦ green 116 ◦ blue 97

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

Shades of Toast #AD7461

Tints of Toast #AD7461

RGB

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

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

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

R = 44.82%
G = 30.05%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AD7461 (or 0xAD7461) is known color: Toast. HEX triplet: AD, 74 and 61. RGB value is (173,116,97). Sum of RGB (Red+Green+Blue) = 173+116+97=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 97 (38.28% from 255 or 25.13% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7461 is #528B9E. Grayscale: #838383. Windows color (decimal): -5409695 or 6386861. OLE color: 6386861.

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

Color convert

RGB 173 116 97 -
CMYK 0 0.33 0.44 0.32
HSL 15º 0.32% 0.53% -
HSV(B) 15º 0.44% 0.68% -
XYZ 25.64 22.24 14.25 -
YUV 130.88 108.88 158.04 -
System Red Green Blue C M Y K H S L
Decimal 173 116 97 0 0.33 0.44 0.32 15 0.32 0.53
Hex AD 74 61 0 21 2C 20 F 20 35
Octal 255 164 141 0 41 54 40 17 40 65
Binary 10101101 1110100 1100001 0 100001 101100 100000 1111 100000 110101

Color Harmonies of #AD7461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7461

Black with #AD7461

Text Example


Text Example

White with #AD7461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7461; }

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

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

background-color css

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

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

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

border-color css

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

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

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