#A8897D

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

Shades of Brandy Rose #A8897D

Tints of Brandy Rose #A8897D

Color information

#A8897D (or 0xA8897D) is unknown color: approx Brandy Rose. HEX triplet: A8, 89 and 7D. RGB value is (168,137,125). Sum of RGB (Red+Green+Blue) = 168+137+125=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 168 - color contains mainly: red. Hex color #A8897D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8897D is #577682. Grayscale: #909090. Windows color (decimal): -5731971 or 8227240. OLE color: 8227240.

HSL color Cylindrical-coordinate representation of color #A8897D: hue angle of 16.74º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8897D is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB168137125-
CMYK00.180.260.34
HSL16.74º19.82%57.45%-
HSV(B)16.74º25.6%65.88%-
XYZ28.827.723.23-
YUV144.9116.77144.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.07%
GREEN value IS 137 (53.91% from 255) = 31.86%
BLUE value IS 125 (49.22% from 255) = 29.07%
R=39.07%
G=31.86%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813712500.180.260.3416.7419.8257.45
HexA8897D0121A22111439
Octal2502111750223242212471
Binary10101000100010011111101010010110101000101000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8897D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8897D; }

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

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

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

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

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

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

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

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