#AF8474

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

Shades of Brandy Rose #AF8474

Tints of Brandy Rose #AF8474

Color information

#AF8474 (or 0xAF8474) is unknown color: approx Brandy Rose. HEX triplet: AF, 84 and 74. RGB value is (175,132,116). Sum of RGB (Red+Green+Blue) = 175+132+116=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8474 is #507B8B. Grayscale: #8F8F8F. Windows color (decimal): -5274508 or 7636143. OLE color: 7636143.

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

Color convert

RGB175132116-
CMYK00.250.340.31
HSL16.27º26.94%57.06%-
HSV(B)16.27º33.71%68.63%-
XYZ29.0826.8820.18-
YUV143.03112.75150.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.37%
GREEN value IS 132 (51.95% from 255) = 31.21%
BLUE value IS 116 (45.70% from 255) = 27.42%
R=41.37%
G=31.21%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513211600.250.340.3116.2726.9457.06
HexAF8474019221F101b39
Octal2572041640314237203371
Binary10101111100001001110100011001100010111111000011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8474; }

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

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

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

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

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

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

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

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