#AF8988

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

Shades of Rosy Brown #AF8988

Tints of Rosy Brown #AF8988

Color information

#AF8988 (or 0xAF8988) is unknown color: approx Rosy Brown. HEX triplet: AF, 89 and 88. RGB value is (175,137,136). Sum of RGB (Red+Green+Blue) = 175+137+136=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 137 (53.91% from 255 or 30.58% from 448); Blue value is 136 (53.52% from 255 or 30.36% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8988 is #507677. Grayscale: #949494. Windows color (decimal): -5273208 or 8948143. OLE color: 8948143.

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

Color convert

RGB175137136-
CMYK00.220.220.31
HSL1.54º19.6%60.98%-
HSV(B)1.54º22.29%68.63%-
XYZ31.0728.7827.21-
YUV148.25121.09147.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.06%
GREEN value IS 137 (53.91% from 255) = 30.58%
BLUE value IS 136 (53.52% from 255) = 30.36%
R=39.06%
G=30.58%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513713600.220.220.311.5419.660.98
HexAF8988016161F2143d
Octal257211210026263722475
Binary10101111100010011000100001011010110111111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8988; }

 p { color: rgb(175,137,136); }

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

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

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

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

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

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

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