#AF987A

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

Shades of Bronco #AF987A

Tints of Bronco #AF987A

Color information

#AF987A (or 0xAF987A) is unknown color: approx Bronco. HEX triplet: AF, 98 and 7A. RGB value is (175,152,122). Sum of RGB (Red+Green+Blue) = 175+152+122=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 152 (59.77% from 255 or 33.85% from 449); Blue value is 122 (48.05% from 255 or 27.17% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AF987A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF987A is #506785. Grayscale: #9B9B9B. Windows color (decimal): -5269382 or 8034479. OLE color: 8034479.

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

Color convert

RGB175152122-
CMYK00.130.300.31
HSL33.96º24.88%58.24%-
HSV(B)33.96º30.29%68.63%-
XYZ32.4232.9823.07-
YUV155.46109.12141.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.98%
GREEN value IS 152 (59.77% from 255) = 33.85%
BLUE value IS 122 (48.05% from 255) = 27.17%
R=38.98%
G=33.85%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515212200.130.300.3133.9624.8858.24
HexAF987A0D1E1F22193a
Octal2572301720153637423172
Binary1010111110011000111101001101111101111110001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF987A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF987A; }

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

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

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

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

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

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

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

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