#AF847B

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

Shades of Brandy Rose #AF847B

Tints of Brandy Rose #AF847B

Color information

#AF847B (or 0xAF847B) is unknown color: approx Brandy Rose. HEX triplet: AF, 84 and 7B. RGB value is (175,132,123). Sum of RGB (Red+Green+Blue) = 175+132+123=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AF847B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF847B is #507B84. Grayscale: #8F8F8F. Windows color (decimal): -5274501 or 8094895. OLE color: 8094895.

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

Color convert

RGB175132123-
CMYK00.250.300.31
HSL10.38º24.53%58.43%-
HSV(B)10.38º29.71%68.63%-
XYZ29.5127.0522.4-
YUV143.83116.25150.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.70%
GREEN value IS 132 (51.95% from 255) = 30.70%
BLUE value IS 123 (48.44% from 255) = 28.60%
R=40.70%
G=30.70%
B=28.60%

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
Decimal17513212300.250.300.3110.3824.5358.43
HexAF847B0191E1Fa193a
Octal2572041730313637123172
Binary101011111000010011110110110011111011111101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF847B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF847B; }

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

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

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

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

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

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

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

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