Html Css Color HEX #AD755F Toast

📋 copy color: '#AD755F'

red 173 ◦ green 117 ◦ blue 95

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

Shades of Toast #AD755F

Tints of Toast #AD755F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.39%

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

R = 44.94%
G = 30.39%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD755F (or 0xAD755F) is known color: Toast. HEX triplet: AD, 75 and 5F. RGB value is (173,117,95). Sum of RGB (Red+Green+Blue) = 173+117+95=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD755F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD755F is #528AA0. Grayscale: #838383. Windows color (decimal): -5409441 or 6256045. OLE color: 6256045.

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

Color convert

RGB 173 117 95 -
CMYK 0 0.32 0.45 0.32
HSL 16.92º 0.32% 0.53% -
HSV(B) 16.92º 0.45% 0.68% -
XYZ 25.66 22.43 13.8 -
YUV 131.24 107.55 157.79 -
System Red Green Blue C M Y K H S L
Decimal 173 117 95 0 0.32 0.45 0.32 16.92 0.32 0.53
Hex AD 75 5F 0 20 2D 20 11 20 35
Octal 255 165 137 0 40 55 40 21 40 65
Binary 10101101 1110101 1011111 0 100000 101101 100000 10001 100000 110101

Color Harmonies of #AD755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD755F

Black with #AD755F

Text Example


Text Example

White with #AD755F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD755F; }

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

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

background-color css

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

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

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

border-color css

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

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

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