Html Css Color HEX #AD9B7E Bronco

📋 copy color: '#AD9B7E'

red 173 ◦ green 155 ◦ blue 126

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

Shades of Bronco #AD9B7E

Tints of Bronco #AD9B7E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.14%

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

R = 38.11%
G = 34.14%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD9B7E (or 0xAD9B7E) is known color: Bronco. HEX triplet: AD, 9B and 7E. RGB value is (173,155,126). Sum of RGB (Red+Green+Blue) = 173+155+126=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 155 (60.94% from 255 or 34.14% from 454); Blue value is 126 (49.61% from 255 or 27.75% from 454); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9B7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9B7E is #526481. Grayscale: #9D9D9D. Windows color (decimal): -5399682 or 8297389. OLE color: 8297389.

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

Color convert

RGB 173 155 126 -
CMYK 0 0.10 0.27 0.32
HSL 37.02º 0.22% 0.59% -
HSV(B) 37.02º 0.27% 0.68% -
XYZ 32.72 33.83 24.54 -
YUV 157.08 110.46 139.36 -
System Red Green Blue C M Y K H S L
Decimal 173 155 126 0 0.10 0.27 0.32 37.02 0.22 0.59
Hex AD 9B 7E 0 A 1B 20 25 16 3B
Octal 255 233 176 0 12 33 40 45 26 73
Binary 10101101 10011011 1111110 0 1010 11011 100000 100101 10110 111011

Color Harmonies of #AD9B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9B7E

Black with #AD9B7E

Text Example


Text Example

White with #AD9B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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