Html Css Color HEX #AD725E Toast

📋 copy color: '#AD725E'

red 173 ◦ green 114 ◦ blue 94

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

Shades of Toast #AD725E

Tints of Toast #AD725E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.92%

 BLUE value IS 94 (37.11% from 255) = 24.67%

R = 45.41%
G = 29.92%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD725E (or 0xAD725E) is known color: Toast. HEX triplet: AD, 72 and 5E. RGB value is (173,114,94). Sum of RGB (Red+Green+Blue) = 173+114+94=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD725E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD725E is #528DA1. Grayscale: #818181. Windows color (decimal): -5410210 or 6189741. OLE color: 6189741.

HSL color Cylindrical-coordinate representation of color #AD725E: hue angle of 15.19º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD725E is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 114 94 -
CMYK 0 0.34 0.46 0.32
HSL 15.19º 0.33% 0.52% -
HSV(B) 15.19º 0.46% 0.68% -
XYZ 25.27 21.73 13.45 -
YUV 129.36 108.05 159.13 -
System Red Green Blue C M Y K H S L
Decimal 173 114 94 0 0.34 0.46 0.32 15.19 0.33 0.52
Hex AD 72 5E 0 22 2E 20 F 21 34
Octal 255 162 136 0 42 56 40 17 41 64
Binary 10101101 1110010 1011110 0 100010 101110 100000 1111 100001 110100

Color Harmonies of #AD725E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD725E

Black with #AD725E

Text Example


Text Example

White with #AD725E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD725E; }

 p { color: rgb(173,114,94); }

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

background-color css

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

 a { background-color: rgb(173,114,94); }

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

border-color css

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

 span { border-color: rgb(173,114,94); }

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