#AF8276

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

Shades of Brandy Rose #AF8276

Tints of Brandy Rose #AF8276

Color information

#AF8276 (or 0xAF8276) is unknown color: approx Brandy Rose. HEX triplet: AF, 82 and 76. RGB value is (175,130,118). Sum of RGB (Red+Green+Blue) = 175+130+118=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8276 is #507D89. Grayscale: #8E8E8E. Windows color (decimal): -5275018 or 7766703. OLE color: 7766703.

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

Color convert

RGB175130118-
CMYK00.260.330.31
HSL12.63º26.27%57.45%-
HSV(B)12.63º32.57%68.63%-
XYZ28.9326.3920.71-
YUV142.09114.41151.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.37%
GREEN value IS 130 (51.17% from 255) = 30.73%
BLUE value IS 118 (46.48% from 255) = 27.90%
R=41.37%
G=30.73%
B=27.90%

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
Decimal17513011800.260.330.3112.6326.2757.45
HexAF827601A211Fd1a39
Octal2572021660324137153271
Binary1010111110000010111011001101010000111111110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8276; }

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

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

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

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

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

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

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

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