#AF8279

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

Shades of Brandy Rose #AF8279

Tints of Brandy Rose #AF8279

Color information

#AF8279 (or 0xAF8279) is unknown color: approx Brandy Rose. HEX triplet: AF, 82 and 79. RGB value is (175,130,121). Sum of RGB (Red+Green+Blue) = 175+130+121=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8279 is #507D86. Grayscale: #8E8E8E. Windows color (decimal): -5275015 or 7963311. OLE color: 7963311.

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

Color convert

RGB175130121-
CMYK00.260.310.31
HSL10º25.23%58.04%-
HSV(B)10º30.86%68.63%-
XYZ29.1126.4621.66-
YUV142.43115.91151.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.08%
GREEN value IS 130 (51.17% from 255) = 30.52%
BLUE value IS 121 (47.66% from 255) = 28.40%
R=41.08%
G=30.52%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513012100.260.310.311025.2358.04
HexAF827901A1F1Fa193a
Octal2572021710323737123172
Binary101011111000001011110010110101111111111101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8279; }

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

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

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

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

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

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

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

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