#AF847A

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

Shades of Brandy Rose #AF847A

Tints of Brandy Rose #AF847A

Color information

#AF847A (or 0xAF847A) is unknown color: approx Brandy Rose. HEX triplet: AF, 84 and 7A. RGB value is (175,132,122). Sum of RGB (Red+Green+Blue) = 175+132+122=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 132 (51.95% from 255 or 30.77% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF847A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF847A is #507B85. Grayscale: #8F8F8F. Windows color (decimal): -5274502 or 8029359. OLE color: 8029359.

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

Color convert

RGB175132122-
CMYK00.250.300.31
HSL11.32º24.88%58.24%-
HSV(B)11.32º30.29%68.63%-
XYZ29.4427.0222.08-
YUV143.72115.75150.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.79%
GREEN value IS 132 (51.95% from 255) = 30.77%
BLUE value IS 122 (48.05% from 255) = 28.44%
R=40.79%
G=30.77%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513212200.250.300.3111.3224.8858.24
HexAF847A0191E1Fb193a
Octal2572041720313637133172
Binary101011111000010011110100110011111011111101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF847A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF847A; }

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

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

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

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

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

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

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

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