Html Css Color HEX #AD745E Toast

📋 copy color: '#AD745E'

red 173 ◦ green 116 ◦ blue 94

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

Shades of Toast #AD745E

Tints of Toast #AD745E

RGB

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

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

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

R = 45.17%
G = 30.29%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD745E (or 0xAD745E) is known color: Toast. HEX triplet: AD, 74 and 5E. RGB value is (173,116,94). Sum of RGB (Red+Green+Blue) = 173+116+94=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD745E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD745E is #528BA1. Grayscale: #828282. Windows color (decimal): -5409698 or 6190253. OLE color: 6190253.

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

Color convert

RGB 173 116 94 -
CMYK 0 0.33 0.46 0.32
HSL 16.71º 0.33% 0.52% -
HSV(B) 16.71º 0.46% 0.68% -
XYZ 25.5 22.18 13.53 -
YUV 130.54 107.38 158.29 -
System Red Green Blue C M Y K H S L
Decimal 173 116 94 0 0.33 0.46 0.32 16.71 0.33 0.52
Hex AD 74 5E 0 21 2E 20 11 21 34
Octal 255 164 136 0 41 56 40 21 41 64
Binary 10101101 1110100 1011110 0 100001 101110 100000 10001 100001 110100

Color Harmonies of #AD745E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD745E

Black with #AD745E

Text Example


Text Example

White with #AD745E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD745E; }

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

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

background-color css

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

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

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

border-color css

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

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

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