#AF8571

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

Shades of Brandy Rose #AF8571

Tints of Brandy Rose #AF8571

Color information

#AF8571 (or 0xAF8571) is unknown color: approx Brandy Rose. HEX triplet: AF, 85 and 71. RGB value is (175,133,113). Sum of RGB (Red+Green+Blue) = 175+133+113=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 113 (44.53% from 255 or 26.84% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8571 is #507A8E. Grayscale: #8F8F8F. Windows color (decimal): -5274255 or 7439791. OLE color: 7439791.

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

Color convert

RGB175133113-
CMYK00.240.350.31
HSL19.35º27.93%56.47%-
HSV(B)19.35º35.43%68.63%-
XYZ29.0527.0819.32-
YUV143.28110.91150.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.57%
GREEN value IS 133 (52.34% from 255) = 31.59%
BLUE value IS 113 (44.53% from 255) = 26.84%
R=41.57%
G=31.59%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513311300.240.350.3119.3527.9356.47
HexAF8571018231F131c38
Octal2572051610304337233470
Binary10101111100001011110001011000100011111111001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8571; }

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

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

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

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

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

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

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

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