Html Css Color HEX #AD9980 Bronco

📋 copy color: '#AD9980'

red 173 ◦ green 153 ◦ blue 128

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

Shades of Bronco #AD9980

Tints of Bronco #AD9980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.19%

R = 38.11%
G = 33.7%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AD9980 (or 0xAD9980) is known color: Bronco. HEX triplet: AD, 99 and 80. RGB value is (173,153,128). Sum of RGB (Red+Green+Blue) = 173+153+128=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 128 (50.39% from 255 or 28.19% from 454); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9980 is #52667F. Grayscale: #9C9C9C. Windows color (decimal): -5400192 or 8427949. OLE color: 8427949.

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

Color convert

RGB 173 153 128 -
CMYK 0 0.12 0.26 0.32
HSL 33.33º 0.22% 0.59% -
HSV(B) 33.33º 0.26% 0.68% -
XYZ 32.52 33.23 25.12 -
YUV 156.13 112.13 140.03 -
System Red Green Blue C M Y K H S L
Decimal 173 153 128 0 0.12 0.26 0.32 33.33 0.22 0.59
Hex AD 99 80 0 C 1A 20 21 16 3B
Octal 255 231 200 0 14 32 40 41 26 73
Binary 10101101 10011001 10000000 0 1100 11010 100000 100001 10110 111011

Color Harmonies of #AD9980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9980

Black with #AD9980

Text Example


Text Example

White with #AD9980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9980; }

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

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

background-color css

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

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

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

border-color css

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

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

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