#AF8979

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

Shades of Brandy Rose #AF8979

Tints of Brandy Rose #AF8979

Color information

#AF8979 (or 0xAF8979) is unknown color: approx Brandy Rose. HEX triplet: AF, 89 and 79. RGB value is (175,137,121). Sum of RGB (Red+Green+Blue) = 175+137+121=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 137 (53.91% from 255 or 31.64% from 433); Blue value is 121 (47.66% from 255 or 27.94% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8979 is #507686. Grayscale: #929292. Windows color (decimal): -5273223 or 7965103. OLE color: 7965103.

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

Color convert

RGB175137121-
CMYK00.220.310.31
HSL17.78º25.23%58.04%-
HSV(B)17.78º30.86%68.63%-
XYZ30.0828.3921.98-
YUV146.54113.59148.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.42%
GREEN value IS 137 (53.91% from 255) = 31.64%
BLUE value IS 121 (47.66% from 255) = 27.94%
R=40.42%
G=31.64%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513712100.220.310.3117.7825.2358.04
HexAF89790161F1F12193a
Octal2572111710263737223172
Binary1010111110001001111100101011011111111111001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8979; }

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

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

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

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

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

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

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

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