#AF8C8C

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

Shades of Rosy Brown #AF8C8C

Tints of Rosy Brown #AF8C8C

Color information

#AF8C8C (or 0xAF8C8C) is unknown color: approx Rosy Brown. HEX triplet: AF, 8C and 8C. RGB value is (175,140,140). Sum of RGB (Red+Green+Blue) = 175+140+140=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 140 (55.08% from 255 or 30.77% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8C8C is #507373. Grayscale: #969696. Windows color (decimal): -5272436 or 9211055. OLE color: 9211055.

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

Color convert

RGB175140140-
CMYK00.20.20.31
HSL17.95%61.76%-
HSV(B)20%68.63%-
XYZ31.7929.7628.88-
YUV150.46122.1145.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.46%
GREEN value IS 140 (55.08% from 255) = 30.77%
BLUE value IS 140 (55.08% from 255) = 30.77%
R=38.46%
G=30.77%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.2
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514014000.20.20.31017.9561.76
HexAF8C8C014141F0123e
Octal257214214024243702276
Binary1010111110001100100011000101001010011111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8C8C; }

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

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

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

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

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

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

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

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