#AF8576

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

Shades of Brandy Rose #AF8576

Tints of Brandy Rose #AF8576

Color information

#AF8576 (or 0xAF8576) is unknown color: approx Brandy Rose. HEX triplet: AF, 85 and 76. RGB value is (175,133,118). Sum of RGB (Red+Green+Blue) = 175+133+118=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 118 (46.48% from 255 or 27.70% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8576 is #507A89. Grayscale: #8F8F8F. Windows color (decimal): -5274250 or 7767471. OLE color: 7767471.

HSL color Cylindrical-coordinate representation of color #AF8576: hue angle of 15.79º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF8576 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB175133118-
CMYK00.240.330.31
HSL15.79º26.27%57.45%-
HSV(B)15.79º32.57%68.63%-
XYZ29.3427.220.84-
YUV143.85113.41150.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.08%
GREEN value IS 133 (52.34% from 255) = 31.22%
BLUE value IS 118 (46.48% from 255) = 27.70%
R=41.08%
G=31.22%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513311800.240.330.3115.7926.2757.45
HexAF8576018211F101a39
Octal2572051660304137203271
Binary10101111100001011110110011000100001111111000011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8576; }

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

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

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

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

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

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

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

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