#AF867B

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

Shades of Brandy Rose #AF867B

Tints of Brandy Rose #AF867B

Color information

#AF867B (or 0xAF867B) is unknown color: approx Brandy Rose. HEX triplet: AF, 86 and 7B. RGB value is (175,134,123). Sum of RGB (Red+Green+Blue) = 175+134+123=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 123 (48.44% from 255 or 28.47% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF867B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF867B is #507984. Grayscale: #919191. Windows color (decimal): -5273989 or 8095407. OLE color: 8095407.

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

Color convert

RGB175134123-
CMYK00.230.300.31
HSL12.69º24.53%58.43%-
HSV(B)12.69º29.71%68.63%-
XYZ29.7827.5922.5-
YUV145115.58149.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.51%
GREEN value IS 134 (52.73% from 255) = 31.02%
BLUE value IS 123 (48.44% from 255) = 28.47%
R=40.51%
G=31.02%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513412300.230.300.3112.6924.5358.43
HexAF867B0171E1Fd193a
Octal2572061730273637153172
Binary101011111000011011110110101111111011111110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF867B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF867B; }

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

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

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

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

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

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

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

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