Html Css Color HEX #AD9D80 Bronco

📋 copy color: '#AD9D80'

red 173 ◦ green 157 ◦ blue 128

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

Shades of Bronco #AD9D80

Tints of Bronco #AD9D80

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.28%

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

R = 37.77%
G = 34.28%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AD9D80 (or 0xAD9D80) is known color: Bronco. HEX triplet: AD, 9D and 80. RGB value is (173,157,128). Sum of RGB (Red+Green+Blue) = 173+157+128=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 157 (61.72% from 255 or 34.28% from 458); Blue value is 128 (50.39% from 255 or 27.95% from 458); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9D80 is #52627F. Grayscale: #9E9E9E. Windows color (decimal): -5399168 or 8428973. OLE color: 8428973.

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

Color convert

RGB 173 157 128 -
CMYK 0 0.09 0.26 0.32
HSL 38.67º 0.22% 0.59% -
HSV(B) 38.67º 0.26% 0.68% -
XYZ 33.19 34.56 25.34 -
YUV 158.48 110.8 138.36 -
System Red Green Blue C M Y K H S L
Decimal 173 157 128 0 0.09 0.26 0.32 38.67 0.22 0.59
Hex AD 9D 80 0 9 1A 20 27 16 3B
Octal 255 235 200 0 11 32 40 47 26 73
Binary 10101101 10011101 10000000 0 1001 11010 100000 100111 10110 111011

Color Harmonies of #AD9D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9D80

Black with #AD9D80

Text Example


Text Example

White with #AD9D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9D80; }

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

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

background-color css

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

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

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

border-color css

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

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

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