#AF8476

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

Shades of Brandy Rose #AF8476

Tints of Brandy Rose #AF8476

Color information

#AF8476 (or 0xAF8476) is unknown color: approx Brandy Rose. HEX triplet: AF, 84 and 76. RGB value is (175,132,118). Sum of RGB (Red+Green+Blue) = 175+132+118=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 118 (46.48% from 255 or 27.76% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8476 is #507B89. Grayscale: #8F8F8F. Windows color (decimal): -5274506 or 7767215. OLE color: 7767215.

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

Color convert

RGB175132118-
CMYK00.250.330.31
HSL14.74º26.27%57.45%-
HSV(B)14.74º32.57%68.63%-
XYZ29.226.9220.8-
YUV143.26113.75150.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.18%
GREEN value IS 132 (51.95% from 255) = 31.06%
BLUE value IS 118 (46.48% from 255) = 27.76%
R=41.18%
G=31.06%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513211800.250.330.3114.7426.2757.45
HexAF8476019211Ff1a39
Octal2572041660314137173271
Binary1010111110000100111011001100110000111111111111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8476; }

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

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

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

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

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

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

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

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