Html Css Color HEX #AD9D7E Bronco

📋 copy color: '#AD9D7E'

red 173 ◦ green 157 ◦ blue 126

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

Shades of Bronco #AD9D7E

Tints of Bronco #AD9D7E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.43%

 BLUE value IS 126 (49.61% from 255) = 27.63%

R = 37.94%
G = 34.43%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD9D7E (or 0xAD9D7E) is known color: Bronco. HEX triplet: AD, 9D and 7E. RGB value is (173,157,126). Sum of RGB (Red+Green+Blue) = 173+157+126=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 157 (61.72% from 255 or 34.43% from 456); Blue value is 126 (49.61% from 255 or 27.63% from 456); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9D7E is #526281. Grayscale: #9E9E9E. Windows color (decimal): -5399170 or 8297901. OLE color: 8297901.

HSL color Cylindrical-coordinate representation of color #AD9D7E: hue angle of 39.57º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD9D7E is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 157 126 -
CMYK 0 0.09 0.27 0.32
HSL 39.57º 0.22% 0.59% -
HSV(B) 39.57º 0.27% 0.68% -
XYZ 33.06 34.5 24.66 -
YUV 158.25 109.8 138.52 -
System Red Green Blue C M Y K H S L
Decimal 173 157 126 0 0.09 0.27 0.32 39.57 0.22 0.59
Hex AD 9D 7E 0 9 1B 20 28 16 3B
Octal 255 235 176 0 11 33 40 50 26 73
Binary 10101101 10011101 1111110 0 1001 11011 100000 101000 10110 111011

Color Harmonies of #AD9D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9D7E

Black with #AD9D7E

Text Example


Text Example

White with #AD9D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9D7E; }

 p { color: rgb(173,157,126); }

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

background-color css

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

 a { background-color: rgb(173,157,126); }

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

border-color css

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

 span { border-color: rgb(173,157,126); }

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