#AF8685

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

Shades of Rosy Brown #AF8685

Tints of Rosy Brown #AF8685

Color information

#AF8685 (or 0xAF8685) is unknown color: approx Rosy Brown. HEX triplet: AF, 86 and 85. RGB value is (175,134,133). Sum of RGB (Red+Green+Blue) = 175+134+133=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8685 is #50797A. Grayscale: #929292. Windows color (decimal): -5273979 or 8750767. OLE color: 8750767.

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

Color convert

RGB175134133-
CMYK00.230.240.31
HSL1.43º20.79%60.39%-
HSV(B)1.43º24%68.63%-
XYZ30.4427.8625.96-
YUV146.15120.58148.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.59%
GREEN value IS 134 (52.73% from 255) = 30.32%
BLUE value IS 133 (52.34% from 255) = 30.09%
R=39.59%
G=30.32%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513413300.230.240.311.4320.7960.39
HexAF8685017181F1153c
Octal257206205027303712574
Binary1010111110000110100001010101111100011111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8685; }

 p { color: rgb(175,134,133); }

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

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

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

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

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

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

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