Html Css Color HEX #AD9C7D Bronco

📋 copy color: '#AD9C7D'

red 173 ◦ green 156 ◦ blue 125

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

Shades of Bronco #AD9C7D

Tints of Bronco #AD9C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.53%

R = 38.11%
G = 34.36%
B = 27.53%

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

#AD9C7D (or 0xAD9C7D) is known color: Bronco. HEX triplet: AD, 9C and 7D. RGB value is (173,156,125). Sum of RGB (Red+Green+Blue) = 173+156+125=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9C7D is #526382. Grayscale: #9D9D9D. Windows color (decimal): -5399427 or 8232109. OLE color: 8232109.

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

Color convert

RGB 173 156 125 -
CMYK 0 0.10 0.28 0.32
HSL 38.75º 0.23% 0.58% -
HSV(B) 38.75º 0.28% 0.68% -
XYZ 32.82 34.14 24.26 -
YUV 157.55 109.63 139.02 -
System Red Green Blue C M Y K H S L
Decimal 173 156 125 0 0.10 0.28 0.32 38.75 0.23 0.58
Hex AD 9C 7D 0 A 1C 20 27 17 3A
Octal 255 234 175 0 12 34 40 47 27 72
Binary 10101101 10011100 1111101 0 1010 11100 100000 100111 10111 111010

Color Harmonies of #AD9C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9C7D

Black with #AD9C7D

Text Example


Text Example

White with #AD9C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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