Html Css Color HEX #AD9977 Bronco

📋 copy color: '#AD9977'

red 173 ◦ green 153 ◦ blue 119

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

Shades of Bronco #AD9977

Tints of Bronco #AD9977

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.38%

 BLUE value IS 119 (46.88% from 255) = 26.74%

R = 38.88%
G = 34.38%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AD9977 (or 0xAD9977) is known color: Bronco. HEX triplet: AD, 99 and 77. RGB value is (173,153,119). Sum of RGB (Red+Green+Blue) = 173+153+119=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 119 (46.88% from 255 or 26.74% from 445); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9977 is #526688. Grayscale: #9B9B9B. Windows color (decimal): -5400201 or 7838125. OLE color: 7838125.

HSL color Cylindrical-coordinate representation of color #AD9977: hue angle of 37.78º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD9977 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 153 119 -
CMYK 0 0.12 0.31 0.32
HSL 37.78º 0.25% 0.57% -
HSV(B) 37.78º 0.31% 0.68% -
XYZ 31.95 33 22.14 -
YUV 155.1 107.63 140.76 -
System Red Green Blue C M Y K H S L
Decimal 173 153 119 0 0.12 0.31 0.32 37.78 0.25 0.57
Hex AD 99 77 0 C 1F 20 26 19 39
Octal 255 231 167 0 14 37 40 46 31 71
Binary 10101101 10011001 1110111 0 1100 11111 100000 100110 11001 111001

Color Harmonies of #AD9977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9977

Black with #AD9977

Text Example


Text Example

White with #AD9977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9977; }

 p { color: rgb(173,153,119); }

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

background-color css

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

 a { background-color: rgb(173,153,119); }

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

border-color css

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

 span { border-color: rgb(173,153,119); }

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