#AD9882

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

Shades of Bronco #AD9882

Tints of Bronco #AD9882

Color information

#AD9882 (or 0xAD9882) is unknown color: approx Bronco. HEX triplet: AD, 98 and 82. RGB value is (173,152,130). Sum of RGB (Red+Green+Blue) = 173+152+130=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 152 (59.77% from 255 or 33.41% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9882 is #52677D. Grayscale: #9B9B9B. Windows color (decimal): -5400446 or 8558765. OLE color: 8558765.

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

Color convert

RGB173152130-
CMYK00.120.250.32
HSL30.7º20.77%59.41%-
HSV(B)30.7º24.86%67.84%-
XYZ32.4932.9525.77-
YUV155.77113.46140.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.02%
GREEN value IS 152 (59.77% from 255) = 33.41%
BLUE value IS 130 (51.17% from 255) = 28.57%
R=38.02%
G=33.41%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315213000.120.250.3230.720.7759.41
HexAD98820C19201f153b
Octal2552302020143140372573
Binary10101101100110001000001001100110011000001111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9882; }

 p { color: rgb(173,152,130); }

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

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

 a { background-color: rgb(173,152,130); }

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

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

 span { border-color: rgb(173,152,130); }

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