#AF8F8F

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

Shades of Rosy Brown #AF8F8F

Tints of Rosy Brown #AF8F8F

Color information

#AF8F8F (or 0xAF8F8F) is unknown color: approx Rosy Brown. HEX triplet: AF, 8F and 8F. RGB value is (175,143,143). Sum of RGB (Red+Green+Blue) = 175+143+143=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 143 (56.25% from 255 or 31.02% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8F8F is #507070. Grayscale: #989898. Windows color (decimal): -5271665 or 9408431. OLE color: 9408431.

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

Color convert

RGB175143143-
CMYK00.180.180.31
HSL16.67%62.35%-
HSV(B)18.29%68.63%-
XYZ32.4630.7430.21-
YUV152.57122.6144-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.96%
GREEN value IS 143 (56.25% from 255) = 31.02%
BLUE value IS 143 (56.25% from 255) = 31.02%
R=37.96%
G=31.02%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514314300.180.180.31016.6762.35
HexAF8F8F012121F0113e
Octal257217217022223702176
Binary1010111110001111100011110100101001011111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8F8F; }

 p { color: rgb(175,143,143); }

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

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

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

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

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

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

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