#AF8073

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

Shades of Brandy Rose #AF8073

Tints of Brandy Rose #AF8073

Color information

#AF8073 (or 0xAF8073) is unknown color: approx Brandy Rose. HEX triplet: AF, 80 and 73. RGB value is (175,128,115). Sum of RGB (Red+Green+Blue) = 175+128+115=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8073 is #507F8C. Grayscale: #8C8C8C. Windows color (decimal): -5275533 or 7569583. OLE color: 7569583.

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

Color convert

RGB175128115-
CMYK00.270.340.31
HSL13º27.27%56.86%-
HSV(B)13º34.29%68.63%-
XYZ28.4925.7919.7-
YUV140.57113.57152.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.87%
GREEN value IS 128 (50.39% from 255) = 30.62%
BLUE value IS 115 (45.31% from 255) = 27.51%
R=41.87%
G=30.62%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512811500.270.340.311327.2756.86
HexAF807301B221Fd1b39
Octal2572001630334237153371
Binary1010111110000000111001101101110001011111110111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8073; }

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

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

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

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

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

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

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

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