Html Css Color HEX #AD755D Toast

📋 copy color: '#AD755D'

red 173 ◦ green 117 ◦ blue 93

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

Shades of Toast #AD755D

Tints of Toast #AD755D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.28%

R = 45.17%
G = 30.55%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD755D (or 0xAD755D) is known color: Toast. HEX triplet: AD, 75 and 5D. RGB value is (173,117,93). Sum of RGB (Red+Green+Blue) = 173+117+93=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD755D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD755D is #528AA2. Grayscale: #838383. Windows color (decimal): -5409443 or 6124973. OLE color: 6124973.

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

Color convert

RGB 173 117 93 -
CMYK 0 0.32 0.46 0.32
HSL 18º 0.33% 0.52% -
HSV(B) 18º 0.46% 0.68% -
XYZ 25.57 22.4 13.33 -
YUV 131.01 106.55 157.95 -
System Red Green Blue C M Y K H S L
Decimal 173 117 93 0 0.32 0.46 0.32 18 0.33 0.52
Hex AD 75 5D 0 20 2E 20 12 21 34
Octal 255 165 135 0 40 56 40 22 41 64
Binary 10101101 1110101 1011101 0 100000 101110 100000 10010 100001 110100

Color Harmonies of #AD755D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD755D

Black with #AD755D

Text Example


Text Example

White with #AD755D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD755D; }

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

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

background-color css

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

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

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

border-color css

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

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

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