#AF8278

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

Shades of Brandy Rose #AF8278

Tints of Brandy Rose #AF8278

Color information

#AF8278 (or 0xAF8278) is unknown color: approx Brandy Rose. HEX triplet: AF, 82 and 78. RGB value is (175,130,120). Sum of RGB (Red+Green+Blue) = 175+130+120=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8278 is #507D87. Grayscale: #8E8E8E. Windows color (decimal): -5275016 or 7897775. OLE color: 7897775.

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

Color convert

RGB175130120-
CMYK00.260.310.31
HSL10.91º25.58%57.84%-
HSV(B)10.91º31.43%68.63%-
XYZ29.0526.4421.34-
YUV142.32115.41151.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.18%
GREEN value IS 130 (51.17% from 255) = 30.59%
BLUE value IS 120 (47.27% from 255) = 28.24%
R=41.18%
G=30.59%
B=28.24%

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
Decimal17513012000.260.310.3110.9125.5857.84
HexAF827801A1F1Fb1a3a
Octal2572021700323737133272
Binary101011111000001011110000110101111111111101111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8278; }

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

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

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

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

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

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

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

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