#AF8076

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

Shades of Brandy Rose #AF8076

Tints of Brandy Rose #AF8076

Color information

#AF8076 (or 0xAF8076) is unknown color: approx Brandy Rose. HEX triplet: AF, 80 and 76. RGB value is (175,128,118). Sum of RGB (Red+Green+Blue) = 175+128+118=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8076 is #507F89. Grayscale: #8C8C8C. Windows color (decimal): -5275530 or 7766191. OLE color: 7766191.

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

Color convert

RGB175128118-
CMYK00.270.330.31
HSL10.53º26.27%57.45%-
HSV(B)10.53º32.57%68.63%-
XYZ28.6725.8620.62-
YUV140.91115.07152.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.57%
GREEN value IS 128 (50.39% from 255) = 30.40%
BLUE value IS 118 (46.48% from 255) = 28.03%
R=41.57%
G=30.40%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512811800.270.330.3110.5326.2757.45
HexAF807601B211Fb1a39
Octal2572001660334137133271
Binary1010111110000000111011001101110000111111101111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8076; }

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

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

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

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

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

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

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

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