#AF8C83

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

Shades of Brandy Rose #AF8C83

Tints of Brandy Rose #AF8C83

Color information

#AF8C83 (or 0xAF8C83) is unknown color: approx Brandy Rose. HEX triplet: AF, 8C and 83. RGB value is (175,140,131). Sum of RGB (Red+Green+Blue) = 175+140+131=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 131 (51.56% from 255 or 29.37% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8C83 is #50737C. Grayscale: #959595. Windows color (decimal): -5272445 or 8621231. OLE color: 8621231.

HSL color Cylindrical-coordinate representation of color #AF8C83: hue angle of 12.27º 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 #AF8C83 is Cyan = 0, Magento = 0.2, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB175140131-
CMYK00.20.250.31
HSL12.27º21.57%60%-
HSV(B)12.27º25.14%68.63%-
XYZ31.1529.5125.53-
YUV149.44117.6146.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.24%
GREEN value IS 140 (55.08% from 255) = 31.39%
BLUE value IS 131 (51.56% from 255) = 29.37%
R=39.24%
G=31.39%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514013100.20.250.3112.2721.5760
HexAF8C83014191Fc163c
Octal2572142030243137142674
Binary1010111110001100100000110101001100111111110010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8C83; }

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

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

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

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

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

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

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

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