#AF8275

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

Shades of Brandy Rose #AF8275

Tints of Brandy Rose #AF8275

Color information

#AF8275 (or 0xAF8275) is unknown color: approx Brandy Rose. HEX triplet: AF, 82 and 75. RGB value is (175,130,117). Sum of RGB (Red+Green+Blue) = 175+130+117=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8275 is #507D8A. Grayscale: #8E8E8E. Windows color (decimal): -5275019 or 7701167. OLE color: 7701167.

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

Color convert

RGB175130117-
CMYK00.260.330.31
HSL13.45º26.61%57.25%-
HSV(B)13.45º33.14%68.63%-
XYZ28.8726.3620.4-
YUV141.97113.91151.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.47%
GREEN value IS 130 (51.17% from 255) = 30.81%
BLUE value IS 117 (46.09% from 255) = 27.73%
R=41.47%
G=30.81%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513011700.260.330.3113.4526.6157.25
HexAF827501A211Fd1b39
Octal2572021650324137153371
Binary1010111110000010111010101101010000111111110111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8275; }

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

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

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

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

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

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

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

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