Html Css Color HEX #AD745F Toast

📋 copy color: '#AD745F'

red 173 ◦ green 116 ◦ blue 95

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

Shades of Toast #AD745F

Tints of Toast #AD745F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.74%

R = 45.05%
G = 30.21%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD745F (or 0xAD745F) is known color: Toast. HEX triplet: AD, 74 and 5F. RGB value is (173,116,95). Sum of RGB (Red+Green+Blue) = 173+116+95=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 95 (37.5% from 255 or 24.74% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD745F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD745F is #528BA0. Grayscale: #828282. Windows color (decimal): -5409697 or 6255789. OLE color: 6255789.

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

Color convert

RGB 173 116 95 -
CMYK 0 0.33 0.45 0.32
HSL 16.15º 0.32% 0.53% -
HSV(B) 16.15º 0.45% 0.68% -
XYZ 25.54 22.2 13.77 -
YUV 130.65 107.88 158.21 -
System Red Green Blue C M Y K H S L
Decimal 173 116 95 0 0.33 0.45 0.32 16.15 0.32 0.53
Hex AD 74 5F 0 21 2D 20 10 20 35
Octal 255 164 137 0 41 55 40 20 40 65
Binary 10101101 1110100 1011111 0 100001 101101 100000 10000 100000 110101

Color Harmonies of #AD745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD745F

Black with #AD745F

Text Example


Text Example

White with #AD745F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD745F; }

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

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

background-color css

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

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

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

border-color css

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

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

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