#AF8980

Color #AF8980 Brandy Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Rose #AF8980

Tints of Brandy Rose #AF8980

Color information

#AF8980 (or 0xAF8980) is unknown color: approx Brandy Rose. HEX triplet: AF, 89 and 80. RGB value is (175,137,128). Sum of RGB (Red+Green+Blue) = 175+137+128=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8980 is #50767F. Grayscale: #939393. Windows color (decimal): -5273216 or 8423855. OLE color: 8423855.

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

Color convert

RGB175137128-
CMYK00.220.270.31
HSL11.49º22.71%59.41%-
HSV(B)11.49º26.86%68.63%-
XYZ30.5228.5624.33-
YUV147.34117.09147.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.77%
GREEN value IS 137 (53.91% from 255) = 31.14%
BLUE value IS 128 (50.39% from 255) = 29.09%
R=39.77%
G=31.14%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513712800.220.270.3111.4922.7159.41
HexAF89800161B1Fb173b
Octal2572112000263337132773
Binary1010111110001001100000000101101101111111101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8980; }

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

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

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

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

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

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

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

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