#AF837F

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

Shades of Brandy Rose #AF837F

Tints of Brandy Rose #AF837F

Color information

#AF837F (or 0xAF837F) is unknown color: approx Brandy Rose. HEX triplet: AF, 83 and 7F. RGB value is (175,131,127). Sum of RGB (Red+Green+Blue) = 175+131+127=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AF837F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF837F is #507C80. Grayscale: #8F8F8F. Windows color (decimal): -5274753 or 8356783. OLE color: 8356783.

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

Color convert

RGB175131127-
CMYK00.250.270.31
HSL23.08%59.22%-
HSV(B)27.43%68.63%-
XYZ29.6326.8823.71-
YUV143.7118.58150.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.42%
GREEN value IS 131 (51.56% from 255) = 30.25%
BLUE value IS 127 (50% from 255) = 29.33%
R=40.42%
G=30.25%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513112700.250.270.31523.0859.22
HexAF837F0191B1F5173b
Octal257203177031333752773
Binary10101111100000111111111011001110111111110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF837F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF837F; }

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

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

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

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

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

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

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

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