#AF9E7F

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

Shades of Bronco #AF9E7F

Tints of Bronco #AF9E7F

Color information

#AF9E7F (or 0xAF9E7F) is unknown color: approx Bronco. HEX triplet: AF, 9E and 7F. RGB value is (175,158,127). Sum of RGB (Red+Green+Blue) = 175+158+127=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 158 (62.11% from 255 or 34.35% from 460); Blue value is 127 (50% from 255 or 27.61% from 460); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9E7F is #506180. Grayscale: #9F9F9F. Windows color (decimal): -5267841 or 8363695. OLE color: 8363695.

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

Color convert

RGB175158127-
CMYK00.100.270.31
HSL38.75º23.08%59.22%-
HSV(B)38.75º27.43%68.63%-
XYZ33.7435.125.08-
YUV159.55109.63139.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.04%
GREEN value IS 158 (62.11% from 255) = 34.35%
BLUE value IS 127 (50% from 255) = 27.61%
R=38.04%
G=34.35%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515812700.100.270.3138.7523.0859.22
HexAF9E7F0A1B1F27173b
Octal2572361770123337472773
Binary1010111110011110111111101010110111111110011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9E7F; }

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

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

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

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

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

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

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

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