#AF8D80

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

Shades of Brandy Rose #AF8D80

Tints of Brandy Rose #AF8D80

Color information

#AF8D80 (or 0xAF8D80) is unknown color: approx Brandy Rose. HEX triplet: AF, 8D and 80. RGB value is (175,141,128). Sum of RGB (Red+Green+Blue) = 175+141+128=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8D80 is #50727F. Grayscale: #959595. Windows color (decimal): -5272192 or 8424879. OLE color: 8424879.

HSL color Cylindrical-coordinate representation of color #AF8D80: hue angle of 16.6º 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 #AF8D80 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB175141128-
CMYK00.190.270.31
HSL16.6º22.71%59.41%-
HSV(B)16.6º26.86%68.63%-
XYZ31.129.7224.52-
YUV149.68115.76146.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.41%
GREEN value IS 141 (55.47% from 255) = 31.76%
BLUE value IS 128 (50.39% from 255) = 28.83%
R=39.41%
G=31.76%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514112800.190.270.3116.622.7159.41
HexAF8D800131B1F11173b
Octal2572152000233337212773
Binary10101111100011011000000001001111011111111000110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8D80; }

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

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

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

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

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

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

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

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