#AF867F

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

Shades of Brandy Rose #AF867F

Tints of Brandy Rose #AF867F

Color information

#AF867F (or 0xAF867F) is unknown color: approx Brandy Rose. HEX triplet: AF, 86 and 7F. RGB value is (175,134,127). Sum of RGB (Red+Green+Blue) = 175+134+127=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF867F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF867F is #507980. Grayscale: #919191. Windows color (decimal): -5273985 or 8357551. OLE color: 8357551.

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

Color convert

RGB175134127-
CMYK00.230.270.31
HSL8.75º23.08%59.22%-
HSV(B)8.75º27.43%68.63%-
XYZ30.0427.723.84-
YUV145.46117.58149.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.14%
GREEN value IS 134 (52.73% from 255) = 30.73%
BLUE value IS 127 (50% from 255) = 29.13%
R=40.14%
G=30.73%
B=29.13%

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
Decimal17513412700.230.270.318.7523.0859.22
HexAF867F0171B1F9173b
Octal2572061770273337112773
Binary101011111000011011111110101111101111111100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF867F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF867F; }

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

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

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

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

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

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

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

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