Html Css Color HEX #AD765F Toast

📋 copy color: '#AD765F'

red 173 ◦ green 118 ◦ blue 95

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

Shades of Toast #AD765F

Tints of Toast #AD765F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.57%

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

R = 44.82%
G = 30.57%
B = 24.61%

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

#AD765F (or 0xAD765F) is known color: Toast. HEX triplet: AD, 76 and 5F. RGB value is (173,118,95). Sum of RGB (Red+Green+Blue) = 173+118+95=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 95 (37.5% from 255 or 24.61% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD765F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD765F is #5289A0. Grayscale: #838383. Windows color (decimal): -5409185 or 6256301. OLE color: 6256301.

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

Color convert

RGB 173 118 95 -
CMYK 0 0.32 0.45 0.32
HSL 17.69º 0.32% 0.53% -
HSV(B) 17.69º 0.45% 0.68% -
XYZ 25.78 22.67 13.84 -
YUV 131.82 107.22 157.37 -
System Red Green Blue C M Y K H S L
Decimal 173 118 95 0 0.32 0.45 0.32 17.69 0.32 0.53
Hex AD 76 5F 0 20 2D 20 12 20 35
Octal 255 166 137 0 40 55 40 22 40 65
Binary 10101101 1110110 1011111 0 100000 101101 100000 10010 100000 110101

Color Harmonies of #AD765F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD765F

Black with #AD765F

Text Example


Text Example

White with #AD765F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD765F; }

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

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

background-color css

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

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

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

border-color css

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

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

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