#AF8A80

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

Shades of Brandy Rose #AF8A80

Tints of Brandy Rose #AF8A80

Color information

#AF8A80 (or 0xAF8A80) is unknown color: approx Brandy Rose. HEX triplet: AF, 8A and 80. RGB value is (175,138,128). Sum of RGB (Red+Green+Blue) = 175+138+128=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8A80 is #50757F. Grayscale: #949494. Windows color (decimal): -5272960 or 8424111. OLE color: 8424111.

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

Color convert

RGB175138128-
CMYK00.210.270.31
HSL12.77º22.71%59.41%-
HSV(B)12.77º26.86%68.63%-
XYZ30.6628.8524.37-
YUV147.92116.76147.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.68%
GREEN value IS 138 (54.30% from 255) = 31.29%
BLUE value IS 128 (50.39% from 255) = 29.02%
R=39.68%
G=31.29%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513812800.210.270.3112.7722.7159.41
HexAF8A800151B1Fd173b
Octal2572122000253337152773
Binary1010111110001010100000000101011101111111110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8A80; }

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

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

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

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

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

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

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

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