#AF9979

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

Shades of Bronco #AF9979

Tints of Bronco #AF9979

Color information

#AF9979 (or 0xAF9979) is unknown color: approx Bronco. HEX triplet: AF, 99 and 79. RGB value is (175,153,121). Sum of RGB (Red+Green+Blue) = 175+153+121=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 153 (60.16% from 255 or 34.08% from 449); Blue value is 121 (47.66% from 255 or 26.95% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9979 is #506686. Grayscale: #9C9C9C. Windows color (decimal): -5269127 or 7969199. OLE color: 7969199.

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

Color convert

RGB175153121-
CMYK00.130.310.31
HSL35.56º25.23%58.04%-
HSV(B)35.56º30.86%68.63%-
XYZ32.5233.2822.8-
YUV155.93108.29141.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.98%
GREEN value IS 153 (60.16% from 255) = 34.08%
BLUE value IS 121 (47.66% from 255) = 26.95%
R=38.98%
G=34.08%
B=26.95%

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
Decimal17515312100.130.310.3135.5625.2358.04
HexAF99790D1F1F24193a
Octal2572311710153737443172
Binary1010111110011001111100101101111111111110010011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9979; }

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

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

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

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

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

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

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

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