Html Css Color HEX #AD9D7B Bronco

📋 copy color: '#AD9D7B'

red 173 ◦ green 157 ◦ blue 123

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

Shades of Bronco #AD9D7B

Tints of Bronco #AD9D7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.15%

R = 38.19%
G = 34.66%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD9D7B (or 0xAD9D7B) is known color: Bronco. HEX triplet: AD, 9D and 7B. RGB value is (173,157,123). Sum of RGB (Red+Green+Blue) = 173+157+123=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 157 (61.72% from 255 or 34.66% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9D7B is #526284. Grayscale: #9E9E9E. Windows color (decimal): -5399173 or 8101293. OLE color: 8101293.

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

Color convert

RGB 173 157 123 -
CMYK 0 0.09 0.29 0.32
HSL 40.8º 0.23% 0.58% -
HSV(B) 40.8º 0.29% 0.68% -
XYZ 32.87 34.43 23.65 -
YUV 157.91 108.3 138.76 -
System Red Green Blue C M Y K H S L
Decimal 173 157 123 0 0.09 0.29 0.32 40.8 0.23 0.58
Hex AD 9D 7B 0 9 1D 20 29 17 3A
Octal 255 235 173 0 11 35 40 51 27 72
Binary 10101101 10011101 1111011 0 1001 11101 100000 101001 10111 111010

Color Harmonies of #AD9D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9D7B

Black with #AD9D7B

Text Example


Text Example

White with #AD9D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9D7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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