Html Css Color HEX #AD9876 Bronco

📋 copy color: '#AD9876'

red 173 ◦ green 152 ◦ blue 118

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

Shades of Bronco #AD9876

Tints of Bronco #AD9876

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.31%

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

R = 39.05%
G = 34.31%
B = 26.64%

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

#AD9876 (or 0xAD9876) is known color: Bronco. HEX triplet: AD, 98 and 76. RGB value is (173,152,118). Sum of RGB (Red+Green+Blue) = 173+152+118=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 152 (59.77% from 255 or 34.31% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9876 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9876 is #526789. Grayscale: #9A9A9A. Windows color (decimal): -5400458 or 7772333. OLE color: 7772333.

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

Color convert

RGB 173 152 118 -
CMYK 0 0.12 0.32 0.32
HSL 37.09º 0.25% 0.57% -
HSV(B) 37.09º 0.32% 0.68% -
XYZ 31.73 32.65 21.77 -
YUV 154.4 107.46 141.26 -
System Red Green Blue C M Y K H S L
Decimal 173 152 118 0 0.12 0.32 0.32 37.09 0.25 0.57
Hex AD 98 76 0 C 20 20 25 19 39
Octal 255 230 166 0 14 40 40 45 31 71
Binary 10101101 10011000 1110110 0 1100 100000 100000 100101 11001 111001

Color Harmonies of #AD9876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9876

Black with #AD9876

Text Example


Text Example

White with #AD9876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9876; }

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

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

background-color css

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

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

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

border-color css

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

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

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