#AF8271

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

Shades of Brandy Rose #AF8271

Tints of Brandy Rose #AF8271

Color information

#AF8271 (or 0xAF8271) is unknown color: approx Brandy Rose. HEX triplet: AF, 82 and 71. RGB value is (175,130,113). Sum of RGB (Red+Green+Blue) = 175+130+113=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8271 is #507D8E. Grayscale: #8D8D8D. Windows color (decimal): -5275023 or 7439023. OLE color: 7439023.

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

Color convert

RGB175130113-
CMYK00.260.350.31
HSL16.45º27.93%56.47%-
HSV(B)16.45º35.43%68.63%-
XYZ28.6426.2719.18-
YUV141.52111.91151.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.87%
GREEN value IS 130 (51.17% from 255) = 31.10%
BLUE value IS 113 (44.53% from 255) = 27.03%
R=41.87%
G=31.10%
B=27.03%

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
Decimal17513011300.260.350.3116.4527.9356.47
HexAF827101A231F101c38
Octal2572021610324337203470
Binary10101111100000101110001011010100011111111000011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8271; }

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

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

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

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

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

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

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

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