Html Css Color HEX #AD9777 Bronco

📋 copy color: '#AD9777'

red 173 ◦ green 151 ◦ blue 119

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

Shades of Bronco #AD9777

Tints of Bronco #AD9777

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.09%

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

R = 39.05%
G = 34.09%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AD9777 (or 0xAD9777) is known color: Bronco. HEX triplet: AD, 97 and 77. RGB value is (173,151,119). Sum of RGB (Red+Green+Blue) = 173+151+119=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 151 (59.38% from 255 or 34.09% from 443); Blue value is 119 (46.88% from 255 or 26.86% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9777 is #526888. Grayscale: #9A9A9A. Windows color (decimal): -5400713 or 7837613. OLE color: 7837613.

HSL color Cylindrical-coordinate representation of color #AD9777: hue angle of 35.56º 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 #AD9777 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 151 119 -
CMYK 0 0.13 0.31 0.32
HSL 35.56º 0.25% 0.57% -
HSV(B) 35.56º 0.31% 0.68% -
XYZ 31.63 32.35 22.03 -
YUV 153.93 108.29 141.6 -
System Red Green Blue C M Y K H S L
Decimal 173 151 119 0 0.13 0.31 0.32 35.56 0.25 0.57
Hex AD 97 77 0 D 1F 20 24 19 39
Octal 255 227 167 0 15 37 40 44 31 71
Binary 10101101 10010111 1110111 0 1101 11111 100000 100100 11001 111001

Color Harmonies of #AD9777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9777

Black with #AD9777

Text Example


Text Example

White with #AD9777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9777; }

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

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

background-color css

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

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

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

border-color css

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

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

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