Html Css Color HEX #AD9979 Bronco

📋 copy color: '#AD9979'

red 173 ◦ green 153 ◦ blue 121

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

Shades of Bronco #AD9979

Tints of Bronco #AD9979

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.23%

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

R = 38.7%
G = 34.23%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AD9979 (or 0xAD9979) is known color: Bronco. HEX triplet: AD, 99 and 79. RGB value is (173,153,121). Sum of RGB (Red+Green+Blue) = 173+153+121=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 121 (47.66% from 255 or 27.07% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9979 is #526686. Grayscale: #9B9B9B. Windows color (decimal): -5400199 or 7969197. OLE color: 7969197.

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

Color convert

RGB 173 153 121 -
CMYK 0 0.12 0.30 0.32
HSL 36.92º 0.24% 0.58% -
HSV(B) 36.92º 0.3% 0.68% -
XYZ 32.08 33.05 22.78 -
YUV 155.33 108.63 140.6 -
System Red Green Blue C M Y K H S L
Decimal 173 153 121 0 0.12 0.30 0.32 36.92 0.24 0.58
Hex AD 99 79 0 C 1E 20 25 18 3A
Octal 255 231 171 0 14 36 40 45 30 72
Binary 10101101 10011001 1111001 0 1100 11110 100000 100101 11000 111010

Color Harmonies of #AD9979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9979

Black with #AD9979

Text Example


Text Example

White with #AD9979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9979; }

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

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

background-color css

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

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

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

border-color css

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

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

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