#AF8779

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

Shades of Brandy Rose #AF8779

Tints of Brandy Rose #AF8779

Color information

#AF8779 (or 0xAF8779) is unknown color: approx Brandy Rose. HEX triplet: AF, 87 and 79. RGB value is (175,135,121). Sum of RGB (Red+Green+Blue) = 175+135+121=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8779 is #507886. Grayscale: #919191. Windows color (decimal): -5273735 or 7964591. OLE color: 7964591.

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

Color convert

RGB175135121-
CMYK00.230.310.31
HSL15.56º25.23%58.04%-
HSV(B)15.56º30.86%68.63%-
XYZ29.7927.8221.89-
YUV145.36114.25149.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.60%
GREEN value IS 135 (53.12% from 255) = 31.32%
BLUE value IS 121 (47.66% from 255) = 28.07%
R=40.60%
G=31.32%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513512100.230.310.3115.5625.2358.04
HexAF87790171F1F10193a
Octal2572071710273737203172
Binary1010111110000111111100101011111111111111000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8779; }

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

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

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

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

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

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

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

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