#AF8780

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

Shades of Brandy Rose #AF8780

Tints of Brandy Rose #AF8780

Color information

#AF8780 (or 0xAF8780) is unknown color: approx Brandy Rose. HEX triplet: AF, 87 and 80. RGB value is (175,135,128). Sum of RGB (Red+Green+Blue) = 175+135+128=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 135 (53.12% from 255 or 30.82% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8780 is #50787F. Grayscale: #929292. Windows color (decimal): -5273728 or 8423343. OLE color: 8423343.

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

Color convert

RGB175135128-
CMYK00.230.270.31
HSL8.94º22.71%59.41%-
HSV(B)8.94º26.86%68.63%-
XYZ30.242824.23-
YUV146.16117.75148.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.95%
GREEN value IS 135 (53.12% from 255) = 30.82%
BLUE value IS 128 (50.39% from 255) = 29.22%
R=39.95%
G=30.82%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513512800.230.270.318.9422.7159.41
HexAF87800171B1F9173b
Octal2572072000273337112773
Binary1010111110000111100000000101111101111111100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8780; }

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

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

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

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

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

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

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

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