Html Css Color HEX #AD9976 Bronco

📋 copy color: '#AD9976'

red 173 ◦ green 153 ◦ blue 118

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

Shades of Bronco #AD9976

Tints of Bronco #AD9976

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.46%

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

R = 38.96%
G = 34.46%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD9976 (or 0xAD9976) is known color: Bronco. HEX triplet: AD, 99 and 76. RGB value is (173,153,118). Sum of RGB (Red+Green+Blue) = 173+153+118=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9976 is #526689. Grayscale: #9B9B9B. Windows color (decimal): -5400202 or 7772589. OLE color: 7772589.

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

Color convert

RGB 173 153 118 -
CMYK 0 0.12 0.32 0.32
HSL 38.18º 0.25% 0.57% -
HSV(B) 38.18º 0.32% 0.68% -
XYZ 31.89 32.97 21.82 -
YUV 154.99 107.13 140.85 -
System Red Green Blue C M Y K H S L
Decimal 173 153 118 0 0.12 0.32 0.32 38.18 0.25 0.57
Hex AD 99 76 0 C 20 20 26 19 39
Octal 255 231 166 0 14 40 40 46 31 71
Binary 10101101 10011001 1110110 0 1100 100000 100000 100110 11001 111001

Color Harmonies of #AD9976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9976

Black with #AD9976

Text Example


Text Example

White with #AD9976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9976; }

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

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

background-color css

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

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

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

border-color css

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

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

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