#AF897D

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

Shades of Brandy Rose #AF897D

Tints of Brandy Rose #AF897D

Color information

#AF897D (or 0xAF897D) is unknown color: approx Brandy Rose. HEX triplet: AF, 89 and 7D. RGB value is (175,137,125). Sum of RGB (Red+Green+Blue) = 175+137+125=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 137 (53.91% from 255 or 31.35% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AF897D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF897D is #507682. Grayscale: #939393. Windows color (decimal): -5273219 or 8227247. OLE color: 8227247.

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

Color convert

RGB175137125-
CMYK00.220.290.31
HSL14.4º23.81%58.82%-
HSV(B)14.4º28.57%68.63%-
XYZ30.3328.4923.3-
YUV146.99115.59147.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.05%
GREEN value IS 137 (53.91% from 255) = 31.35%
BLUE value IS 125 (49.22% from 255) = 28.60%
R=40.05%
G=31.35%
B=28.60%

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
Decimal17513712500.220.290.3114.423.8158.82
HexAF897D0161D1Fe183b
Octal2572111750263537163073
Binary101011111000100111111010101101110111111111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF897D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF897D; }

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

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

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

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

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

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

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

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