#AF987B

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

Shades of Bronco #AF987B

Tints of Bronco #AF987B

Color information

#AF987B (or 0xAF987B) is unknown color: approx Bronco. HEX triplet: AF, 98 and 7B. RGB value is (175,152,123). Sum of RGB (Red+Green+Blue) = 175+152+123=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 152 (59.77% from 255 or 33.78% from 450); Blue value is 123 (48.44% from 255 or 27.33% from 450); Max value from RGB is 175 - color contains mainly: red. Hex color #AF987B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF987B is #506784. Grayscale: #9B9B9B. Windows color (decimal): -5269381 or 8100015. OLE color: 8100015.

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

Color convert

RGB175152123-
CMYK00.130.300.31
HSL33.46º24.53%58.43%-
HSV(B)33.46º29.71%68.63%-
XYZ32.483323.4-
YUV155.57109.62141.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.89%
GREEN value IS 152 (59.77% from 255) = 33.78%
BLUE value IS 123 (48.44% from 255) = 27.33%
R=38.89%
G=33.78%
B=27.33%

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
Decimal17515212300.130.300.3133.4624.5358.43
HexAF987B0D1E1F21193a
Octal2572301730153637413172
Binary1010111110011000111101101101111101111110000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF987B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF987B; }

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

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

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

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

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

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

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

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