#AF8581

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

Shades of Brandy Rose #AF8581

Tints of Brandy Rose #AF8581

Color information

#AF8581 (or 0xAF8581) is unknown color: approx Brandy Rose. HEX triplet: AF, 85 and 81. RGB value is (175,133,129). Sum of RGB (Red+Green+Blue) = 175+133+129=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 129 (50.78% from 255 or 29.52% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8581 is #507A7E. Grayscale: #919191. Windows color (decimal): -5274239 or 8488367. OLE color: 8488367.

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

Color convert

RGB175133129-
CMYK00.240.260.31
HSL5.22º22.33%59.61%-
HSV(B)5.22º26.29%68.63%-
XYZ30.0327.4724.49-
YUV145.1118.91149.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.05%
GREEN value IS 133 (52.34% from 255) = 30.43%
BLUE value IS 129 (50.78% from 255) = 29.52%
R=40.05%
G=30.43%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513312900.240.260.315.2222.3359.61
HexAF85810181A1F5163c
Octal257205201030323752674
Binary101011111000010110000001011000110101111110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8581; }

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

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

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

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

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

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

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

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