#AF9F7F

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

Shades of Bronco #AF9F7F

Tints of Bronco #AF9F7F

Color information

#AF9F7F (or 0xAF9F7F) is unknown color: approx Bronco. HEX triplet: AF, 9F and 7F. RGB value is (175,159,127). Sum of RGB (Red+Green+Blue) = 175+159+127=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 159 (62.5% from 255 or 34.49% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9F7F is #506080. Grayscale: #A0A0A0. Windows color (decimal): -5267585 or 8363951. OLE color: 8363951.

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

Color convert

RGB175159127-
CMYK00.090.270.31
HSL40º23.08%59.22%-
HSV(B)40º27.43%68.63%-
XYZ33.9135.4425.13-
YUV160.14109.3138.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.96%
GREEN value IS 159 (62.5% from 255) = 34.49%
BLUE value IS 127 (50% from 255) = 27.55%
R=37.96%
G=34.49%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515912700.090.270.314023.0859.22
HexAF9F7F091B1F28173b
Octal2572371770113337502773
Binary1010111110011111111111101001110111111110100010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9F7F; }

 p { color: rgb(175,159,127); }

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

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

 a { background-color: rgb(175,159,127); }

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

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

 span { border-color: rgb(175,159,127); }

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