Html Css Color HEX #AD9779 Bronco

📋 copy color: '#AD9779'

red 173 ◦ green 151 ◦ blue 121

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

Shades of Bronco #AD9779

Tints of Bronco #AD9779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 27.19%

R = 38.88%
G = 33.93%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AD9779 (or 0xAD9779) is known color: Bronco. HEX triplet: AD, 97 and 79. RGB value is (173,151,121). Sum of RGB (Red+Green+Blue) = 173+151+121=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 151 (59.38% from 255 or 33.93% from 445); Blue value is 121 (47.66% from 255 or 27.19% from 445); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9779 is #526886. Grayscale: #9A9A9A. Windows color (decimal): -5400711 or 7968685. OLE color: 7968685.

HSL color Cylindrical-coordinate representation of color #AD9779: hue angle of 34.62º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD9779 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 151 121 -
CMYK 0 0.13 0.30 0.32
HSL 34.62º 0.24% 0.58% -
HSV(B) 34.62º 0.3% 0.68% -
XYZ 31.75 32.4 22.67 -
YUV 154.16 109.29 141.44 -
System Red Green Blue C M Y K H S L
Decimal 173 151 121 0 0.13 0.30 0.32 34.62 0.24 0.58
Hex AD 97 79 0 D 1E 20 23 18 3A
Octal 255 227 171 0 15 36 40 43 30 72
Binary 10101101 10010111 1111001 0 1101 11110 100000 100011 11000 111010

Color Harmonies of #AD9779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9779

Black with #AD9779

Text Example


Text Example

White with #AD9779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9779; }

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

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

background-color css

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

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

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

border-color css

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

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

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