#AF8479

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

Shades of Brandy Rose #AF8479

Tints of Brandy Rose #AF8479

Color information

#AF8479 (or 0xAF8479) is unknown color: approx Brandy Rose. HEX triplet: AF, 84 and 79. RGB value is (175,132,121). Sum of RGB (Red+Green+Blue) = 175+132+121=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 132 (51.95% from 255 or 30.84% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8479 is #507B86. Grayscale: #8F8F8F. Windows color (decimal): -5274503 or 7963823. OLE color: 7963823.

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

Color convert

RGB175132121-
CMYK00.250.310.31
HSL12.22º25.23%58.04%-
HSV(B)12.22º30.86%68.63%-
XYZ29.382721.75-
YUV143.6115.25150.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.89%
GREEN value IS 132 (51.95% from 255) = 30.84%
BLUE value IS 121 (47.66% from 255) = 28.27%
R=40.89%
G=30.84%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513212100.250.310.3112.2225.2358.04
HexAF84790191F1Fc193a
Octal2572041710313737143172
Binary101011111000010011110010110011111111111110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8479; }

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

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

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

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

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

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

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

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