#AF8D8D

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

Shades of Rosy Brown #AF8D8D

Tints of Rosy Brown #AF8D8D

Color information

#AF8D8D (or 0xAF8D8D) is unknown color: approx Rosy Brown. HEX triplet: AF, 8D and 8D. RGB value is (175,141,141). Sum of RGB (Red+Green+Blue) = 175+141+141=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8D8D is #507272. Grayscale: #979797. Windows color (decimal): -5272179 or 9276847. OLE color: 9276847.

HSL color Cylindrical-coordinate representation of color #AF8D8D: 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.19%. Process color model (Four color, CMYK) of #AF8D8D is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB175141141-
CMYK00.190.190.31
HSL17.53%61.96%-
HSV(B)19.43%68.63%-
XYZ32.0130.0929.32-
YUV151.17122.26145-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.29%
GREEN value IS 141 (55.47% from 255) = 30.85%
BLUE value IS 141 (55.47% from 255) = 30.85%
R=38.29%
G=30.85%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514114100.190.190.31017.5361.96
HexAF8D8D013131F0123e
Octal257215215023233702276
Binary1010111110001101100011010100111001111111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8D8D; }

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

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

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

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

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

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

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

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