Html Css Color HEX #AD987E Bronco

📋 copy color: '#AD987E'

red 173 ◦ green 152 ◦ blue 126

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

Shades of Bronco #AD987E

Tints of Bronco #AD987E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.94%

R = 38.36%
G = 33.7%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD987E (or 0xAD987E) is known color: Bronco. HEX triplet: AD, 98 and 7E. RGB value is (173,152,126). Sum of RGB (Red+Green+Blue) = 173+152+126=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 152 (59.77% from 255 or 33.70% from 451); Blue value is 126 (49.61% from 255 or 27.94% from 451); Max value from RGB is 173 - color contains mainly: red. Hex color #AD987E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD987E is #526781. Grayscale: #9B9B9B. Windows color (decimal): -5400450 or 8296621. OLE color: 8296621.

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

Color convert

RGB 173 152 126 -
CMYK 0 0.12 0.27 0.32
HSL 33.19º 0.22% 0.59% -
HSV(B) 33.19º 0.27% 0.68% -
XYZ 32.23 32.85 24.38 -
YUV 155.32 111.46 140.61 -
System Red Green Blue C M Y K H S L
Decimal 173 152 126 0 0.12 0.27 0.32 33.19 0.22 0.59
Hex AD 98 7E 0 C 1B 20 21 16 3B
Octal 255 230 176 0 14 33 40 41 26 73
Binary 10101101 10011000 1111110 0 1100 11011 100000 100001 10110 111011

Color Harmonies of #AD987E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD987E

Black with #AD987E

Text Example


Text Example

White with #AD987E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD987E; }

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

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

background-color css

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

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

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

border-color css

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

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

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