#AF847C

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

Shades of Brandy Rose #AF847C

Tints of Brandy Rose #AF847C

Color information

#AF847C (or 0xAF847C) is unknown color: approx Brandy Rose. HEX triplet: AF, 84 and 7C. RGB value is (175,132,124). Sum of RGB (Red+Green+Blue) = 175+132+124=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF847C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF847C is #507B83. Grayscale: #909090. Windows color (decimal): -5274500 or 8160431. OLE color: 8160431.

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

Color convert

RGB175132124-
CMYK00.250.290.31
HSL9.41º24.17%58.63%-
HSV(B)9.41º29.14%68.63%-
XYZ29.5727.0722.74-
YUV143.94116.75150.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.60%
GREEN value IS 132 (51.95% from 255) = 30.63%
BLUE value IS 124 (48.83% from 255) = 28.77%
R=40.60%
G=30.63%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513212400.250.290.319.4124.1758.63
HexAF847C0191D1F9183b
Octal2572041740313537113073
Binary101011111000010011111000110011110111111100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF847C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF847C; }

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

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

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

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

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

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

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

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