#AF8672

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

Shades of Brandy Rose #AF8672

Tints of Brandy Rose #AF8672

Color information

#AF8672 (or 0xAF8672) is unknown color: approx Brandy Rose. HEX triplet: AF, 86 and 72. RGB value is (175,134,114). Sum of RGB (Red+Green+Blue) = 175+134+114=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8672 is #50798D. Grayscale: #909090. Windows color (decimal): -5273998 or 7505583. OLE color: 7505583.

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

Color convert

RGB175134114-
CMYK00.230.350.31
HSL19.67º27.6%56.67%-
HSV(B)19.67º34.86%68.63%-
XYZ29.2427.3819.66-
YUV143.98111.08150.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.37%
GREEN value IS 134 (52.73% from 255) = 31.68%
BLUE value IS 114 (44.92% from 255) = 26.95%
R=41.37%
G=31.68%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513411400.230.350.3119.6727.656.67
HexAF8672017231F141c39
Octal2572061620274337243471
Binary10101111100001101110010010111100011111111010011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8672; }

 p { color: rgb(175,134,114); }

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

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

 a { background-color: rgb(175,134,114); }

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

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

 span { border-color: rgb(175,134,114); }

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