#AF9873

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

Shades of Bronco #AF9873

Tints of Bronco #AF9873

Color information

#AF9873 (or 0xAF9873) is unknown color: approx Bronco. HEX triplet: AF, 98 and 73. RGB value is (175,152,115). Sum of RGB (Red+Green+Blue) = 175+152+115=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 152 (59.77% from 255 or 34.39% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9873 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9873 is #50678C. Grayscale: #9A9A9A. Windows color (decimal): -5269389 or 7575727. OLE color: 7575727.

HSL color Cylindrical-coordinate representation of color #AF9873: hue angle of 37º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF9873 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB175152115-
CMYK00.130.340.31
HSL37º27.27%56.86%-
HSV(B)37º34.29%68.63%-
XYZ3232.8120.87-
YUV154.66105.62142.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.59%
GREEN value IS 152 (59.77% from 255) = 34.39%
BLUE value IS 115 (45.31% from 255) = 26.02%
R=39.59%
G=34.39%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515211500.130.340.313727.2756.86
HexAF98730D221F251b39
Octal2572301630154237453371
Binary10101111100110001110011011011000101111110010111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9873; }

 p { color: rgb(175,152,115); }

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

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

 a { background-color: rgb(175,152,115); }

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

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

 span { border-color: rgb(175,152,115); }

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