Html Css Color HEX #AD987B Bronco

📋 copy color: '#AD987B'

red 173 ◦ green 152 ◦ blue 123

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

Shades of Bronco #AD987B

Tints of Bronco #AD987B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.46%

R = 38.62%
G = 33.93%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD987B (or 0xAD987B) is known color: Bronco. HEX triplet: AD, 98 and 7B. RGB value is (173,152,123). Sum of RGB (Red+Green+Blue) = 173+152+123=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 152 (59.77% from 255 or 33.93% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 173 - color contains mainly: red. Hex color #AD987B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD987B is #526784. Grayscale: #9B9B9B. Windows color (decimal): -5400453 or 8100013. OLE color: 8100013.

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

Color convert

RGB 173 152 123 -
CMYK 0 0.12 0.29 0.32
HSL 34.8º 0.23% 0.58% -
HSV(B) 34.8º 0.29% 0.68% -
XYZ 32.04 32.77 23.38 -
YUV 154.97 109.96 140.86 -
System Red Green Blue C M Y K H S L
Decimal 173 152 123 0 0.12 0.29 0.32 34.8 0.23 0.58
Hex AD 98 7B 0 C 1D 20 23 17 3A
Octal 255 230 173 0 14 35 40 43 27 72
Binary 10101101 10011000 1111011 0 1100 11101 100000 100011 10111 111010

Color Harmonies of #AD987B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD987B

Black with #AD987B

Text Example


Text Example

White with #AD987B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD987B; }

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

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

background-color css

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

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

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

border-color css

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

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

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