#AF8176

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

Shades of Brandy Rose #AF8176

Tints of Brandy Rose #AF8176

Color information

#AF8176 (or 0xAF8176) is unknown color: approx Brandy Rose. HEX triplet: AF, 81 and 76. RGB value is (175,129,118). Sum of RGB (Red+Green+Blue) = 175+129+118=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8176 is #507E89. Grayscale: #8D8D8D. Windows color (decimal): -5275274 or 7766447. OLE color: 7766447.

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

Color convert

RGB175129118-
CMYK00.260.330.31
HSL11.58º26.27%57.45%-
HSV(B)11.58º32.57%68.63%-
XYZ28.826.1220.66-
YUV141.5114.74151.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.47%
GREEN value IS 129 (50.78% from 255) = 30.57%
BLUE value IS 118 (46.48% from 255) = 27.96%
R=41.47%
G=30.57%
B=27.96%

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
Decimal17512911800.260.330.3111.5826.2757.45
HexAF817601A211Fc1a39
Octal2572011660324137143271
Binary1010111110000001111011001101010000111111110011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8176; }

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

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

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

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

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

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

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

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