Html Css Color HEX #AD9774 Bronco

📋 copy color: '#AD9774'

red 173 ◦ green 151 ◦ blue 116

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

Shades of Bronco #AD9774

Tints of Bronco #AD9774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.36%

R = 39.32%
G = 34.32%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AD9774 (or 0xAD9774) is known color: Bronco. HEX triplet: AD, 97 and 74. RGB value is (173,151,116). Sum of RGB (Red+Green+Blue) = 173+151+116=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 151 (59.38% from 255 or 34.32% from 440); Blue value is 116 (45.70% from 255 or 26.36% from 440); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9774 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9774 is #52688B. Grayscale: #999999. Windows color (decimal): -5400716 or 7641005. OLE color: 7641005.

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

Color convert

RGB 173 151 116 -
CMYK 0 0.13 0.33 0.32
HSL 36.84º 0.26% 0.57% -
HSV(B) 36.84º 0.33% 0.68% -
XYZ 31.45 32.28 21.1 -
YUV 153.59 106.79 141.85 -
System Red Green Blue C M Y K H S L
Decimal 173 151 116 0 0.13 0.33 0.32 36.84 0.26 0.57
Hex AD 97 74 0 D 21 20 25 1A 39
Octal 255 227 164 0 15 41 40 45 32 71
Binary 10101101 10010111 1110100 0 1101 100001 100000 100101 11010 111001

Color Harmonies of #AD9774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9774

Black with #AD9774

Text Example


Text Example

White with #AD9774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9774; }

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

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

background-color css

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

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

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

border-color css

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

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

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