#AF8E83

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

Shades of Brandy Rose #AF8E83

Tints of Brandy Rose #AF8E83

Color information

#AF8E83 (or 0xAF8E83) is unknown color: approx Brandy Rose. HEX triplet: AF, 8E and 83. RGB value is (175,142,131). Sum of RGB (Red+Green+Blue) = 175+142+131=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 142 (55.86% from 255 or 31.70% from 448); Blue value is 131 (51.56% from 255 or 29.24% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8E83 is #50717C. Grayscale: #969696. Windows color (decimal): -5271933 or 8621743. OLE color: 8621743.

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

Color convert

RGB175142131-
CMYK00.190.250.31
HSL15º21.57%60%-
HSV(B)15º25.14%68.63%-
XYZ31.4530.125.62-
YUV150.61116.93145.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.06%
GREEN value IS 142 (55.86% from 255) = 31.70%
BLUE value IS 131 (51.56% from 255) = 29.24%
R=39.06%
G=31.70%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514213100.190.250.311521.5760
HexAF8E83013191Ff163c
Octal2572162030233137172674
Binary1010111110001110100000110100111100111111111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8E83; }

 p { color: rgb(175,142,131); }

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

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

 a { background-color: rgb(175,142,131); }

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

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

 span { border-color: rgb(175,142,131); }

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