Html Css Color HEX #AD9776 Bronco

📋 copy color: '#AD9776'

red 173 ◦ green 151 ◦ blue 118

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

Shades of Bronco #AD9776

Tints of Bronco #AD9776

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.16%

 BLUE value IS 118 (46.48% from 255) = 26.7%

R = 39.14%
G = 34.16%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD9776 (or 0xAD9776) is known color: Bronco. HEX triplet: AD, 97 and 76. RGB value is (173,151,118). Sum of RGB (Red+Green+Blue) = 173+151+118=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 151 (59.38% from 255 or 34.16% from 442); Blue value is 118 (46.48% from 255 or 26.70% from 442); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9776 is #526889. Grayscale: #999999. Windows color (decimal): -5400714 or 7772077. OLE color: 7772077.

HSL color Cylindrical-coordinate representation of color #AD9776: hue angle of 36º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD9776 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 151 118 -
CMYK 0 0.13 0.32 0.32
HSL 36º 0.25% 0.57% -
HSV(B) 36º 0.32% 0.68% -
XYZ 31.57 32.33 21.72 -
YUV 153.82 107.79 141.68 -
System Red Green Blue C M Y K H S L
Decimal 173 151 118 0 0.13 0.32 0.32 36 0.25 0.57
Hex AD 97 76 0 D 20 20 24 19 39
Octal 255 227 166 0 15 40 40 44 31 71
Binary 10101101 10010111 1110110 0 1101 100000 100000 100100 11001 111001

Color Harmonies of #AD9776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9776

Black with #AD9776

Text Example


Text Example

White with #AD9776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9776; }

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

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

background-color css

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

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

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

border-color css

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

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

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