Html Css Color HEX #AD765C Toast

📋 copy color: '#AD765C'

red 173 ◦ green 118 ◦ blue 92

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

Shades of Toast #AD765C

Tints of Toast #AD765C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.02%

R = 45.17%
G = 30.81%
B = 24.02%

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

#AD765C (or 0xAD765C) is known color: Toast. HEX triplet: AD, 76 and 5C. RGB value is (173,118,92). Sum of RGB (Red+Green+Blue) = 173+118+92=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD765C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD765C is #5289A3. Grayscale: #838383. Windows color (decimal): -5409188 or 6059693. OLE color: 6059693.

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

Color convert

RGB 173 118 92 -
CMYK 0 0.32 0.47 0.32
HSL 19.26º 0.33% 0.52% -
HSV(B) 19.26º 0.47% 0.68% -
XYZ 25.64 22.61 13.14 -
YUV 131.48 105.72 157.61 -
System Red Green Blue C M Y K H S L
Decimal 173 118 92 0 0.32 0.47 0.32 19.26 0.33 0.52
Hex AD 76 5C 0 20 2F 20 13 21 34
Octal 255 166 134 0 40 57 40 23 41 64
Binary 10101101 1110110 1011100 0 100000 101111 100000 10011 100001 110100

Color Harmonies of #AD765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD765C

Black with #AD765C

Text Example


Text Example

White with #AD765C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD765C; }

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

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

background-color css

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

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

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

border-color css

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

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

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