#AF877A

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

Shades of Brandy Rose #AF877A

Tints of Brandy Rose #AF877A

Color information

#AF877A (or 0xAF877A) is unknown color: approx Brandy Rose. HEX triplet: AF, 87 and 7A. RGB value is (175,135,122). Sum of RGB (Red+Green+Blue) = 175+135+122=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF877A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF877A is #507885. Grayscale: #919191. Windows color (decimal): -5273734 or 8030127. OLE color: 8030127.

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

Color convert

RGB175135122-
CMYK00.230.300.31
HSL14.72º24.88%58.24%-
HSV(B)14.72º30.29%68.63%-
XYZ29.8627.8522.21-
YUV145.48114.75149.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.51%
GREEN value IS 135 (53.12% from 255) = 31.25%
BLUE value IS 122 (48.05% from 255) = 28.24%
R=40.51%
G=31.25%
B=28.24%

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
Decimal17513512200.230.300.3114.7224.8858.24
HexAF877A0171E1Ff193a
Octal2572071720273637173172
Binary101011111000011111110100101111111011111111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF877A; }

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

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

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

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

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

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

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

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