#AF8371

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

Shades of Brandy Rose #AF8371

Tints of Brandy Rose #AF8371

Color information

#AF8371 (or 0xAF8371) is unknown color: approx Brandy Rose. HEX triplet: AF, 83 and 71. RGB value is (175,131,113). Sum of RGB (Red+Green+Blue) = 175+131+113=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 113 (44.53% from 255 or 26.97% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8371 is #507C8E. Grayscale: #8E8E8E. Windows color (decimal): -5274767 or 7439279. OLE color: 7439279.

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

Color convert

RGB175131113-
CMYK00.250.350.31
HSL17.42º27.93%56.47%-
HSV(B)17.42º35.43%68.63%-
XYZ28.7826.5419.23-
YUV142.1111.58151.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.77%
GREEN value IS 131 (51.56% from 255) = 31.26%
BLUE value IS 113 (44.53% from 255) = 26.97%
R=41.77%
G=31.26%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513111300.250.350.3117.4227.9356.47
HexAF8371019231F111c38
Octal2572031610314337213470
Binary10101111100000111110001011001100011111111000111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8371; }

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

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

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

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

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

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

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

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