Html Css Color HEX #AD9B7F Bronco

📋 copy color: '#AD9B7F'

red 173 ◦ green 155 ◦ blue 127

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

Shades of Bronco #AD9B7F

Tints of Bronco #AD9B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.91%

R = 38.02%
G = 34.07%
B = 27.91%

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

#AD9B7F (or 0xAD9B7F) is known color: Bronco. HEX triplet: AD, 9B and 7F. RGB value is (173,155,127). Sum of RGB (Red+Green+Blue) = 173+155+127=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 155 (60.94% from 255 or 34.07% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9B7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9B7F is #526480. Grayscale: #9D9D9D. Windows color (decimal): -5399681 or 8362925. OLE color: 8362925.

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

Color convert

RGB 173 155 127 -
CMYK 0 0.10 0.27 0.32
HSL 36.52º 0.22% 0.59% -
HSV(B) 36.52º 0.27% 0.68% -
XYZ 32.79 33.86 24.89 -
YUV 157.19 110.96 139.28 -
System Red Green Blue C M Y K H S L
Decimal 173 155 127 0 0.10 0.27 0.32 36.52 0.22 0.59
Hex AD 9B 7F 0 A 1B 20 25 16 3B
Octal 255 233 177 0 12 33 40 45 26 73
Binary 10101101 10011011 1111111 0 1010 11011 100000 100101 10110 111011

Color Harmonies of #AD9B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9B7F

Black with #AD9B7F

Text Example


Text Example

White with #AD9B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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