#AF8273

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

Shades of Brandy Rose #AF8273

Tints of Brandy Rose #AF8273

Color information

#AF8273 (or 0xAF8273) is unknown color: approx Brandy Rose. HEX triplet: AF, 82 and 73. RGB value is (175,130,115). Sum of RGB (Red+Green+Blue) = 175+130+115=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8273 is #507D8C. Grayscale: #8D8D8D. Windows color (decimal): -5275021 or 7570095. OLE color: 7570095.

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

Color convert

RGB175130115-
CMYK00.260.340.31
HSL15º27.27%56.86%-
HSV(B)15º34.29%68.63%-
XYZ28.7626.3219.78-
YUV141.74112.91151.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.67%
GREEN value IS 130 (51.17% from 255) = 30.95%
BLUE value IS 115 (45.31% from 255) = 27.38%
R=41.67%
G=30.95%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513011500.260.340.311527.2756.86
HexAF827301A221Ff1b39
Octal2572021630324237173371
Binary1010111110000010111001101101010001011111111111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8273; }

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

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

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

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

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

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

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

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