#AF887D

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

Shades of Brandy Rose #AF887D

Tints of Brandy Rose #AF887D

Color information

#AF887D (or 0xAF887D) is unknown color: approx Brandy Rose. HEX triplet: AF, 88 and 7D. RGB value is (175,136,125). Sum of RGB (Red+Green+Blue) = 175+136+125=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF887D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF887D is #507782. Grayscale: #929292. Windows color (decimal): -5273475 or 8226991. OLE color: 8226991.

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

Color convert

RGB175136125-
CMYK00.220.290.31
HSL13.2º23.81%58.82%-
HSV(B)13.2º28.57%68.63%-
XYZ30.1928.223.25-
YUV146.41115.92148.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.14%
GREEN value IS 136 (53.52% from 255) = 31.19%
BLUE value IS 125 (49.22% from 255) = 28.67%
R=40.14%
G=31.19%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513612500.220.290.3113.223.8158.82
HexAF887D0161D1Fd183b
Octal2572101750263537153073
Binary101011111000100011111010101101110111111110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF887D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF887D; }

 p { color: rgb(175,136,125); }

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

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

 a { background-color: rgb(175,136,125); }

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

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

 span { border-color: rgb(175,136,125); }

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