Html Css Color HEX #AD9B86 Bronco

📋 copy color: '#AD9B86'

red 173 ◦ green 155 ◦ blue 134

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

Shades of Bronco #AD9B86

Tints of Bronco #AD9B86

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.55%

 BLUE value IS 134 (52.73% from 255) = 29%

R = 37.45%
G = 33.55%
B = 29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD9B86 (or 0xAD9B86) is known color: Bronco. HEX triplet: AD, 9B and 86. RGB value is (173,155,134). Sum of RGB (Red+Green+Blue) = 173+155+134=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 155 (60.94% from 255 or 33.55% from 462); Blue value is 134 (52.73% from 255 or 29.00% from 462); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9B86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9B86 is #526479. Grayscale: #9E9E9E. Windows color (decimal): -5399674 or 8821677. OLE color: 8821677.

HSL color Cylindrical-coordinate representation of color #AD9B86: hue angle of 32.31º degrees, saturation: 0.19, 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 #AD9B86 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 155 134 -
CMYK 0 0.10 0.23 0.32
HSL 32.31º 0.19% 0.6% -
HSV(B) 32.31º 0.23% 0.68% -
XYZ 33.26 34.05 27.37 -
YUV 157.99 114.46 138.71 -
System Red Green Blue C M Y K H S L
Decimal 173 155 134 0 0.10 0.23 0.32 32.31 0.19 0.6
Hex AD 9B 86 0 A 17 20 20 13 3C
Octal 255 233 206 0 12 27 40 40 23 74
Binary 10101101 10011011 10000110 0 1010 10111 100000 100000 10011 111100

Color Harmonies of #AD9B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9B86

Black with #AD9B86

Text Example


Text Example

White with #AD9B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9B86; }

 p { color: rgb(173,155,134); }

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

background-color css

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

 a { background-color: rgb(173,155,134); }

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

border-color css

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

 span { border-color: rgb(173,155,134); }

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