#AF8171

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

Shades of Brandy Rose #AF8171

Tints of Brandy Rose #AF8171

Color information

#AF8171 (or 0xAF8171) is unknown color: approx Brandy Rose. HEX triplet: AF, 81 and 71. RGB value is (175,129,113). Sum of RGB (Red+Green+Blue) = 175+129+113=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8171 is #507E8E. Grayscale: #8D8D8D. Windows color (decimal): -5275279 or 7438767. OLE color: 7438767.

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

Color convert

RGB175129113-
CMYK00.260.350.31
HSL15.48º27.93%56.47%-
HSV(B)15.48º35.43%68.63%-
XYZ28.5126.0119.14-
YUV140.93112.24152.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.97%
GREEN value IS 129 (50.78% from 255) = 30.94%
BLUE value IS 113 (44.53% from 255) = 27.10%
R=41.97%
G=30.94%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512911300.260.350.3115.4827.9356.47
HexAF817101A231Ff1c38
Octal2572011610324337173470
Binary1010111110000001111000101101010001111111111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8171; }

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

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

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

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

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

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

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

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