Html Css Color HEX #AD755B Toast

📋 copy color: '#AD755B'

red 173 ◦ green 117 ◦ blue 91

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

Shades of Toast #AD755B

Tints of Toast #AD755B

RGB

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

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

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

R = 45.41%
G = 30.71%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD755B (or 0xAD755B) is known color: Toast. HEX triplet: AD, 75 and 5B. RGB value is (173,117,91). Sum of RGB (Red+Green+Blue) = 173+117+91=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD755B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD755B is #528AA4. Grayscale: #828282. Windows color (decimal): -5409445 or 5993901. OLE color: 5993901.

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

Color convert

RGB 173 117 91 -
CMYK 0 0.32 0.47 0.32
HSL 19.02º 0.33% 0.52% -
HSV(B) 19.02º 0.47% 0.68% -
XYZ 25.48 22.36 12.87 -
YUV 130.78 105.55 158.11 -
System Red Green Blue C M Y K H S L
Decimal 173 117 91 0 0.32 0.47 0.32 19.02 0.33 0.52
Hex AD 75 5B 0 20 2F 20 13 21 34
Octal 255 165 133 0 40 57 40 23 41 64
Binary 10101101 1110101 1011011 0 100000 101111 100000 10011 100001 110100

Color Harmonies of #AD755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD755B

Black with #AD755B

Text Example


Text Example

White with #AD755B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD755B; }

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

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

background-color css

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

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

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

border-color css

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

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

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