#AF9D80

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

Shades of Bronco #AF9D80

Tints of Bronco #AF9D80

Color information

#AF9D80 (or 0xAF9D80) is unknown color: approx Bronco. HEX triplet: AF, 9D and 80. RGB value is (175,157,128). Sum of RGB (Red+Green+Blue) = 175+157+128=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 128 (50.39% from 255 or 27.83% from 460); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9D80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9D80 is #50627F. Grayscale: #9F9F9F. Windows color (decimal): -5268096 or 8428975. OLE color: 8428975.

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

Color convert

RGB175157128-
CMYK00.100.270.31
HSL37.02º22.71%59.41%-
HSV(B)37.02º26.86%68.63%-
XYZ33.6334.7925.36-
YUV159.08110.46139.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.04%
GREEN value IS 157 (61.72% from 255) = 34.13%
BLUE value IS 128 (50.39% from 255) = 27.83%
R=38.04%
G=34.13%
B=27.83%

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
Decimal17515712800.100.270.3137.0222.7159.41
HexAF9D800A1B1F25173b
Octal2572352000123337452773
Binary10101111100111011000000001010110111111110010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9D80; }

 p { color: rgb(175,157,128); }

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

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

 a { background-color: rgb(175,157,128); }

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

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

 span { border-color: rgb(175,157,128); }

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