#AF847D

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

Shades of Brandy Rose #AF847D

Tints of Brandy Rose #AF847D

Color information

#AF847D (or 0xAF847D) is unknown color: approx Brandy Rose. HEX triplet: AF, 84 and 7D. RGB value is (175,132,125). Sum of RGB (Red+Green+Blue) = 175+132+125=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 132 (51.95% from 255 or 30.56% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF847D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF847D is #507B82. Grayscale: #909090. Windows color (decimal): -5274499 or 8225967. OLE color: 8225967.

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

Color convert

RGB175132125-
CMYK00.250.290.31
HSL8.4º23.81%58.82%-
HSV(B)8.4º28.57%68.63%-
XYZ29.6327.123.07-
YUV144.06117.25150.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.51%
GREEN value IS 132 (51.95% from 255) = 30.56%
BLUE value IS 125 (49.22% from 255) = 28.94%
R=40.51%
G=30.56%
B=28.94%

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
Decimal17513212500.250.290.318.423.8158.82
HexAF847D0191D1F8183b
Octal2572041750313537103073
Binary101011111000010011111010110011110111111100011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF847D; }

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

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

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

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

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

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

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

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