#AF8071

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

Shades of Brandy Rose #AF8071

Tints of Brandy Rose #AF8071

Color information

#AF8071 (or 0xAF8071) is unknown color: approx Brandy Rose. HEX triplet: AF, 80 and 71. RGB value is (175,128,113). Sum of RGB (Red+Green+Blue) = 175+128+113=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8071 is #507F8E. Grayscale: #8C8C8C. Windows color (decimal): -5275535 or 7438511. OLE color: 7438511.

HSL color Cylindrical-coordinate representation of color #AF8071: hue angle of 14.52º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF8071 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB175128113-
CMYK00.270.350.31
HSL14.52º27.93%56.47%-
HSV(B)14.52º35.43%68.63%-
XYZ28.3825.7419.1-
YUV140.34112.57152.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.07%
GREEN value IS 128 (50.39% from 255) = 30.77%
BLUE value IS 113 (44.53% from 255) = 27.16%
R=42.07%
G=30.77%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512811300.270.350.3114.5227.9356.47
HexAF807101B231Ff1c38
Octal2572001610334337173470
Binary1010111110000000111000101101110001111111111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8071; }

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

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

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

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

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

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

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

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