Html Css Color HEX #AD765B Toast

📋 copy color: '#AD765B'

red 173 ◦ green 118 ◦ blue 91

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

Shades of Toast #AD765B

Tints of Toast #AD765B

RGB

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

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

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

R = 45.29%
G = 30.89%
B = 23.82%

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

#AD765B (or 0xAD765B) is known color: Toast. HEX triplet: AD, 76 and 5B. RGB value is (173,118,91). Sum of RGB (Red+Green+Blue) = 173+118+91=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD765B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD765B is #5289A4. Grayscale: #838383. Windows color (decimal): -5409189 or 5994157. OLE color: 5994157.

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

Color convert

RGB 173 118 91 -
CMYK 0 0.32 0.47 0.32
HSL 19.76º 0.33% 0.52% -
HSV(B) 19.76º 0.47% 0.68% -
XYZ 25.6 22.6 12.91 -
YUV 131.37 105.22 157.7 -
System Red Green Blue C M Y K H S L
Decimal 173 118 91 0 0.32 0.47 0.32 19.76 0.33 0.52
Hex AD 76 5B 0 20 2F 20 14 21 34
Octal 255 166 133 0 40 57 40 24 41 64
Binary 10101101 1110110 1011011 0 100000 101111 100000 10100 100001 110100

Color Harmonies of #AD765B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD765B

Black with #AD765B

Text Example


Text Example

White with #AD765B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD765B; }

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

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

background-color css

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

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

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

border-color css

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

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

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