#AF9879

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

Shades of Bronco #AF9879

Tints of Bronco #AF9879

Color information

#AF9879 (or 0xAF9879) is unknown color: approx Bronco. HEX triplet: AF, 98 and 79. RGB value is (175,152,121). Sum of RGB (Red+Green+Blue) = 175+152+121=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 152 (59.77% from 255 or 33.93% from 448); Blue value is 121 (47.66% from 255 or 27.01% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9879 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9879 is #506786. Grayscale: #9B9B9B. Windows color (decimal): -5269383 or 7968943. OLE color: 7968943.

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

Color convert

RGB175152121-
CMYK00.130.310.31
HSL34.44º25.23%58.04%-
HSV(B)34.44º30.86%68.63%-
XYZ32.3632.9522.74-
YUV155.34108.62142.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.06%
GREEN value IS 152 (59.77% from 255) = 33.93%
BLUE value IS 121 (47.66% from 255) = 27.01%
R=39.06%
G=33.93%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515212100.130.310.3134.4425.2358.04
HexAF98790D1F1F22193a
Octal2572301710153737423172
Binary1010111110011000111100101101111111111110001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9879; }

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

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

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

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

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

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

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

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