Html Css Color HEX #AD977D Bronco

📋 copy color: '#AD977D'

red 173 ◦ green 151 ◦ blue 125

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

Shades of Bronco #AD977D

Tints of Bronco #AD977D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.63%

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

R = 38.53%
G = 33.63%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD977D (or 0xAD977D) is known color: Bronco. HEX triplet: AD, 97 and 7D. RGB value is (173,151,125). Sum of RGB (Red+Green+Blue) = 173+151+125=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 151 (59.38% from 255 or 33.63% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 173 - color contains mainly: red. Hex color #AD977D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD977D is #526882. Grayscale: #9A9A9A. Windows color (decimal): -5400707 or 8230829. OLE color: 8230829.

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

Color convert

RGB 173 151 125 -
CMYK 0 0.13 0.28 0.32
HSL 32.5º 0.23% 0.58% -
HSV(B) 32.5º 0.28% 0.68% -
XYZ 32 32.5 23.99 -
YUV 154.61 111.29 141.11 -
System Red Green Blue C M Y K H S L
Decimal 173 151 125 0 0.13 0.28 0.32 32.5 0.23 0.58
Hex AD 97 7D 0 D 1C 20 20 17 3A
Octal 255 227 175 0 15 34 40 40 27 72
Binary 10101101 10010111 1111101 0 1101 11100 100000 100000 10111 111010

Color Harmonies of #AD977D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD977D

Black with #AD977D

Text Example


Text Example

White with #AD977D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD977D; }

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

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

background-color css

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

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

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

border-color css

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

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

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