Html Css Color HEX #AD9C7C Bronco

📋 copy color: '#AD9C7C'

red 173 ◦ green 156 ◦ blue 124

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

Shades of Bronco #AD9C7C

Tints of Bronco #AD9C7C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.44%

 BLUE value IS 124 (48.83% from 255) = 27.37%

R = 38.19%
G = 34.44%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD9C7C (or 0xAD9C7C) is known color: Bronco. HEX triplet: AD, 9C and 7C. RGB value is (173,156,124). Sum of RGB (Red+Green+Blue) = 173+156+124=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 156 (61.33% from 255 or 34.44% from 453); Blue value is 124 (48.83% from 255 or 27.37% from 453); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9C7C is #526383. Grayscale: #9D9D9D. Windows color (decimal): -5399428 or 8166573. OLE color: 8166573.

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

Color convert

RGB 173 156 124 -
CMYK 0 0.10 0.28 0.32
HSL 39.18º 0.23% 0.58% -
HSV(B) 39.18º 0.28% 0.68% -
XYZ 32.76 34.12 23.93 -
YUV 157.44 109.13 139.1 -
System Red Green Blue C M Y K H S L
Decimal 173 156 124 0 0.10 0.28 0.32 39.18 0.23 0.58
Hex AD 9C 7C 0 A 1C 20 27 17 3A
Octal 255 234 174 0 12 34 40 47 27 72
Binary 10101101 10011100 1111100 0 1010 11100 100000 100111 10111 111010

Color Harmonies of #AD9C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9C7C

Black with #AD9C7C

Text Example


Text Example

White with #AD9C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9C7C; }

 p { color: rgb(173,156,124); }

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

background-color css

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

 a { background-color: rgb(173,156,124); }

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

border-color css

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

 span { border-color: rgb(173,156,124); }

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