Html Css Color HEX #AD9877 Bronco

📋 copy color: '#AD9877'

red 173 ◦ green 152 ◦ blue 119

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

Shades of Bronco #AD9877

Tints of Bronco #AD9877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.8%

R = 38.96%
G = 34.23%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AD9877 (or 0xAD9877) is known color: Bronco. HEX triplet: AD, 98 and 77. RGB value is (173,152,119). Sum of RGB (Red+Green+Blue) = 173+152+119=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 152 (59.77% from 255 or 34.23% from 444); Blue value is 119 (46.88% from 255 or 26.80% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9877 is #526788. Grayscale: #9A9A9A. Windows color (decimal): -5400457 or 7837869. OLE color: 7837869.

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

Color convert

RGB 173 152 119 -
CMYK 0 0.12 0.31 0.32
HSL 36.67º 0.25% 0.57% -
HSV(B) 36.67º 0.31% 0.68% -
XYZ 31.79 32.67 22.08 -
YUV 154.52 107.96 141.18 -
System Red Green Blue C M Y K H S L
Decimal 173 152 119 0 0.12 0.31 0.32 36.67 0.25 0.57
Hex AD 98 77 0 C 1F 20 25 19 39
Octal 255 230 167 0 14 37 40 45 31 71
Binary 10101101 10011000 1110111 0 1100 11111 100000 100101 11001 111001

Color Harmonies of #AD9877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9877

Black with #AD9877

Text Example


Text Example

White with #AD9877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9877; }

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

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

background-color css

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

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

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

border-color css

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

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

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