#AF8681

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

Shades of Brandy Rose #AF8681

Tints of Brandy Rose #AF8681

Color information

#AF8681 (or 0xAF8681) is unknown color: approx Brandy Rose. HEX triplet: AF, 86 and 81. RGB value is (175,134,129). Sum of RGB (Red+Green+Blue) = 175+134+129=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 129 (50.78% from 255 or 29.45% from 438); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8681 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8681 is #50797E. Grayscale: #919191. Windows color (decimal): -5273983 or 8488623. OLE color: 8488623.

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

Color convert

RGB175134129-
CMYK00.230.260.31
HSL6.52º22.33%59.61%-
HSV(B)6.52º26.29%68.63%-
XYZ30.1727.7524.54-
YUV145.69118.58148.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.95%
GREEN value IS 134 (52.73% from 255) = 30.59%
BLUE value IS 129 (50.78% from 255) = 29.45%
R=39.95%
G=30.59%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513412900.230.260.316.5222.3359.61
HexAF86810171A1F7163c
Octal257206201027323772674
Binary101011111000011010000001010111110101111111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8681; }

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

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

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

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

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

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

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

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