Html Css Color HEX #AD9D85 Bronco

📋 copy color: '#AD9D85'

red 173 ◦ green 157 ◦ blue 133

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

Shades of Bronco #AD9D85

Tints of Bronco #AD9D85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.73%

R = 37.37%
G = 33.91%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD9D85 (or 0xAD9D85) is known color: Bronco. HEX triplet: AD, 9D and 85. RGB value is (173,157,133). Sum of RGB (Red+Green+Blue) = 173+157+133=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 157 (61.72% from 255 or 33.91% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9D85 is #52627A. Grayscale: #9F9F9F. Windows color (decimal): -5399163 or 8756653. OLE color: 8756653.

HSL color Cylindrical-coordinate representation of color #AD9D85: hue angle of 36º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AD9D85 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 157 133 -
CMYK 0 0.09 0.23 0.32
HSL 36º 0.2% 0.6% -
HSV(B) 36º 0.23% 0.68% -
XYZ 33.52 34.69 27.12 -
YUV 159.05 113.3 137.95 -
System Red Green Blue C M Y K H S L
Decimal 173 157 133 0 0.09 0.23 0.32 36 0.2 0.6
Hex AD 9D 85 0 9 17 20 24 14 3C
Octal 255 235 205 0 11 27 40 44 24 74
Binary 10101101 10011101 10000101 0 1001 10111 100000 100100 10100 111100

Color Harmonies of #AD9D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9D85

Black with #AD9D85

Text Example


Text Example

White with #AD9D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9D85; }

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

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

background-color css

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

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

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

border-color css

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

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

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