#AD9677

Color #AD9677 Bronco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronco #AD9677

Tints of Bronco #AD9677

Color information

#AD9677 (or 0xAD9677) is unknown color: approx Bronco. HEX triplet: AD, 96 and 77. RGB value is (173,150,119). Sum of RGB (Red+Green+Blue) = 173+150+119=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 119 (46.88% from 255 or 26.92% from 442); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9677 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9677 is #526988. Grayscale: #999999. Windows color (decimal): -5400969 or 7837357. OLE color: 7837357.

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

Color convert

RGB173150119-
CMYK00.130.310.32
HSL34.44º24.77%57.25%-
HSV(B)34.44º31.21%67.84%-
XYZ31.4732.0321.98-
YUV153.34108.62142.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.14%
GREEN value IS 150 (58.98% from 255) = 33.94%
BLUE value IS 119 (46.88% from 255) = 26.92%
R=39.14%
G=33.94%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315011900.130.310.3234.4424.7757.25
HexAD96770D1F20221939
Octal2552261670153740423171
Binary10101101100101101110111011011111110000010001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9677; }

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

 H1.HeaderClassName
 {
   color: #AD9677;
 }
 .AnyTagClassName
 {
   color: #AD9677;
 }
</style>
background-color css

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

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

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

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

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

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