Html Css Color HEX #AD745B Toast

📋 copy color: '#AD745B'

red 173 ◦ green 116 ◦ blue 91

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

Shades of Toast #AD745B

Tints of Toast #AD745B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.95%

R = 45.53%
G = 30.53%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD745B (or 0xAD745B) is known color: Toast. HEX triplet: AD, 74 and 5B. RGB value is (173,116,91). Sum of RGB (Red+Green+Blue) = 173+116+91=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #AD745B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD745B is #528BA4. Grayscale: #828282. Windows color (decimal): -5409701 or 5993645. OLE color: 5993645.

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

Color convert

RGB 173 116 91 -
CMYK 0 0.33 0.47 0.32
HSL 18.29º 0.33% 0.52% -
HSV(B) 18.29º 0.47% 0.68% -
XYZ 25.37 22.13 12.83 -
YUV 130.19 105.88 158.53 -
System Red Green Blue C M Y K H S L
Decimal 173 116 91 0 0.33 0.47 0.32 18.29 0.33 0.52
Hex AD 74 5B 0 21 2F 20 12 21 34
Octal 255 164 133 0 41 57 40 22 41 64
Binary 10101101 1110100 1011011 0 100001 101111 100000 10010 100001 110100

Color Harmonies of #AD745B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD745B

Black with #AD745B

Text Example


Text Example

White with #AD745B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD745B; }

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

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

background-color css

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

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

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

border-color css

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

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

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