Html Css Color HEX #AD9A7C Bronco

📋 copy color: '#AD9A7C'

red 173 ◦ green 154 ◦ blue 124

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

Shades of Bronco #AD9A7C

Tints of Bronco #AD9A7C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.15%

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

R = 38.36%
G = 34.15%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD9A7C (or 0xAD9A7C) is known color: Bronco. HEX triplet: AD, 9A and 7C. RGB value is (173,154,124). Sum of RGB (Red+Green+Blue) = 173+154+124=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 154 (60.55% from 255 or 34.15% from 451); Blue value is 124 (48.83% from 255 or 27.49% from 451); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9A7C is #526583. Grayscale: #9C9C9C. Windows color (decimal): -5399940 or 8166061. OLE color: 8166061.

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

Color convert

RGB 173 154 124 -
CMYK 0 0.11 0.28 0.32
HSL 36.73º 0.23% 0.58% -
HSV(B) 36.73º 0.28% 0.68% -
XYZ 32.43 33.45 23.82 -
YUV 156.26 109.79 139.94 -
System Red Green Blue C M Y K H S L
Decimal 173 154 124 0 0.11 0.28 0.32 36.73 0.23 0.58
Hex AD 9A 7C 0 B 1C 20 25 17 3A
Octal 255 232 174 0 13 34 40 45 27 72
Binary 10101101 10011010 1111100 0 1011 11100 100000 100101 10111 111010

Color Harmonies of #AD9A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9A7C

Black with #AD9A7C

Text Example


Text Example

White with #AD9A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9A7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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