Html Css Color HEX #AD9874 Bronco

📋 copy color: '#AD9874'

red 173 ◦ green 152 ◦ blue 116

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

Shades of Bronco #AD9874

Tints of Bronco #AD9874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.3%

R = 39.23%
G = 34.47%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AD9874 (or 0xAD9874) is known color: Bronco. HEX triplet: AD, 98 and 74. RGB value is (173,152,116). Sum of RGB (Red+Green+Blue) = 173+152+116=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 152 (59.77% from 255 or 34.47% from 441); Blue value is 116 (45.70% from 255 or 26.30% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9874 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9874 is #52678B. Grayscale: #9A9A9A. Windows color (decimal): -5400460 or 7641261. OLE color: 7641261.

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

Color convert

RGB 173 152 116 -
CMYK 0 0.12 0.33 0.32
HSL 37.89º 0.26% 0.57% -
HSV(B) 37.89º 0.33% 0.68% -
XYZ 31.61 32.6 21.15 -
YUV 154.18 106.46 141.43 -
System Red Green Blue C M Y K H S L
Decimal 173 152 116 0 0.12 0.33 0.32 37.89 0.26 0.57
Hex AD 98 74 0 C 21 20 26 1A 39
Octal 255 230 164 0 14 41 40 46 32 71
Binary 10101101 10011000 1110100 0 1100 100001 100000 100110 11010 111001

Color Harmonies of #AD9874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9874

Black with #AD9874

Text Example


Text Example

White with #AD9874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9874; }

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

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

background-color css

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

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

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

border-color css

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

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

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