#AF877F

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

Shades of Brandy Rose #AF877F

Tints of Brandy Rose #AF877F

Color information

#AF877F (or 0xAF877F) is unknown color: approx Brandy Rose. HEX triplet: AF, 87 and 7F. RGB value is (175,135,127). Sum of RGB (Red+Green+Blue) = 175+135+127=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 135 (53.12% from 255 or 30.89% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AF877F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF877F is #507880. Grayscale: #929292. Windows color (decimal): -5273729 or 8357807. OLE color: 8357807.

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

Color convert

RGB175135127-
CMYK00.230.270.31
HSL10º23.08%59.22%-
HSV(B)10º27.43%68.63%-
XYZ30.1727.9723.89-
YUV146.05117.25148.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.05%
GREEN value IS 135 (53.12% from 255) = 30.89%
BLUE value IS 127 (50% from 255) = 29.06%
R=40.05%
G=30.89%
B=29.06%

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
Decimal17513512700.230.270.311023.0859.22
HexAF877F0171B1Fa173b
Octal2572071770273337122773
Binary101011111000011111111110101111101111111101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF877F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF877F; }

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

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

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

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

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

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

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

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