#AF837C

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

Shades of Brandy Rose #AF837C

Tints of Brandy Rose #AF837C

Color information

#AF837C (or 0xAF837C) is unknown color: approx Brandy Rose. HEX triplet: AF, 83 and 7C. RGB value is (175,131,124). Sum of RGB (Red+Green+Blue) = 175+131+124=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AF837C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF837C is #507C83. Grayscale: #8F8F8F. Windows color (decimal): -5274756 or 8160175. OLE color: 8160175.

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

Color convert

RGB175131124-
CMYK00.250.290.31
HSL8.24º24.17%58.63%-
HSV(B)8.24º29.14%68.63%-
XYZ29.4326.822.69-
YUV143.36117.08150.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.70%
GREEN value IS 131 (51.56% from 255) = 30.47%
BLUE value IS 124 (48.83% from 255) = 28.84%
R=40.70%
G=30.47%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513112400.250.290.318.2424.1758.63
HexAF837C0191D1F8183b
Octal2572031740313537103073
Binary101011111000001111111000110011110111111100011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF837C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF837C; }

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

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

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

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

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

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

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

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