#AF8472

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

Shades of Brandy Rose #AF8472

Tints of Brandy Rose #AF8472

Color information

#AF8472 (or 0xAF8472) is unknown color: approx Brandy Rose. HEX triplet: AF, 84 and 72. RGB value is (175,132,114). Sum of RGB (Red+Green+Blue) = 175+132+114=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 114 (44.92% from 255 or 27.08% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8472 is #507B8D. Grayscale: #8E8E8E. Windows color (decimal): -5274510 or 7505071. OLE color: 7505071.

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

Color convert

RGB175132114-
CMYK00.250.350.31
HSL17.7º27.6%56.67%-
HSV(B)17.7º34.86%68.63%-
XYZ28.9726.8319.57-
YUV142.8111.75150.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.57%
GREEN value IS 132 (51.95% from 255) = 31.35%
BLUE value IS 114 (44.92% from 255) = 27.08%
R=41.57%
G=31.35%
B=27.08%

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
Decimal17513211400.250.350.3117.727.656.67
HexAF8472019231F121c39
Octal2572041620314337223471
Binary10101111100001001110010011001100011111111001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8472; }

 p { color: rgb(175,132,114); }

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

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

 a { background-color: rgb(175,132,114); }

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

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

 span { border-color: rgb(175,132,114); }

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