#AF8477

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

Shades of Brandy Rose #AF8477

Tints of Brandy Rose #AF8477

Color information

#AF8477 (or 0xAF8477) is unknown color: approx Brandy Rose. HEX triplet: AF, 84 and 77. RGB value is (175,132,119). Sum of RGB (Red+Green+Blue) = 175+132+119=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8477 is #507B88. Grayscale: #8F8F8F. Windows color (decimal): -5274505 or 7832751. OLE color: 7832751.

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

Color convert

RGB175132119-
CMYK00.250.320.31
HSL13.93º25.93%57.65%-
HSV(B)13.93º32%68.63%-
XYZ29.2626.9521.11-
YUV143.38114.25150.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.08%
GREEN value IS 132 (51.95% from 255) = 30.99%
BLUE value IS 119 (46.88% from 255) = 27.93%
R=41.08%
G=30.99%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513211900.250.320.3113.9325.9357.65
HexAF8477019201Fe1a3a
Octal2572041670314037163272
Binary1010111110000100111011101100110000011111111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8477; }

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

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

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

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

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

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

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

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