#AD9881

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

Shades of Bronco #AD9881

Tints of Bronco #AD9881

Color information

#AD9881 (or 0xAD9881) is unknown color: approx Bronco. HEX triplet: AD, 98 and 81. RGB value is (173,152,129). Sum of RGB (Red+Green+Blue) = 173+152+129=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 152 (59.77% from 255 or 33.48% from 454); Blue value is 129 (50.78% from 255 or 28.41% from 454); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9881 is #52677E. Grayscale: #9B9B9B. Windows color (decimal): -5400447 or 8493229. OLE color: 8493229.

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

Color convert

RGB173152129-
CMYK00.120.250.32
HSL31.36º21.15%59.22%-
HSV(B)31.36º25.43%67.84%-
XYZ32.4232.9325.42-
YUV155.66112.96140.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.11%
GREEN value IS 152 (59.77% from 255) = 33.48%
BLUE value IS 129 (50.78% from 255) = 28.41%
R=38.11%
G=33.48%
B=28.41%

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
Decimal17315212900.120.250.3231.3621.1559.22
HexAD98810C19201f153b
Octal2552302010143140372573
Binary10101101100110001000000101100110011000001111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9881; }

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

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

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

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

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

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

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

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