Html Css Color HEX #AD977F Bronco

📋 copy color: '#AD977F'

red 173 ◦ green 151 ◦ blue 127

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

Shades of Bronco #AD977F

Tints of Bronco #AD977F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.16%

R = 38.36%
G = 33.48%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD977F (or 0xAD977F) is known color: Bronco. HEX triplet: AD, 97 and 7F. RGB value is (173,151,127). Sum of RGB (Red+Green+Blue) = 173+151+127=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 151 (59.38% from 255 or 33.48% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 173 - color contains mainly: red. Hex color #AD977F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD977F is #526880. Grayscale: #9A9A9A. Windows color (decimal): -5400705 or 8361901. OLE color: 8361901.

HSL color Cylindrical-coordinate representation of color #AD977F: hue angle of 31.3º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD977F is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 151 127 -
CMYK 0 0.13 0.27 0.32
HSL 31.3º 0.22% 0.59% -
HSV(B) 31.3º 0.27% 0.68% -
XYZ 32.13 32.55 24.67 -
YUV 154.84 112.29 140.95 -
System Red Green Blue C M Y K H S L
Decimal 173 151 127 0 0.13 0.27 0.32 31.3 0.22 0.59
Hex AD 97 7F 0 D 1B 20 1F 16 3B
Octal 255 227 177 0 15 33 40 37 26 73
Binary 10101101 10010111 1111111 0 1101 11011 100000 11111 10110 111011

Color Harmonies of #AD977F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD977F

Black with #AD977F

Text Example


Text Example

White with #AD977F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD977F; }

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

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

background-color css

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

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

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

border-color css

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

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

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