#A8887E

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

Shades of Brandy Rose #A8887E

Tints of Brandy Rose #A8887E

Color information

#A8887E (or 0xA8887E) is unknown color: approx Brandy Rose. HEX triplet: A8, 88 and 7E. RGB value is (168,136,126). Sum of RGB (Red+Green+Blue) = 168+136+126=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 168 - color contains mainly: red. Hex color #A8887E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8887E is #577781. Grayscale: #909090. Windows color (decimal): -5732226 or 8292520. OLE color: 8292520.

HSL color Cylindrical-coordinate representation of color #A8887E: hue angle of 14.29º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8887E is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB168136126-
CMYK00.190.250.34
HSL14.29º19.44%57.65%-
HSV(B)14.29º25%65.88%-
XYZ28.7227.4423.52-
YUV144.43117.6144.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.07%
GREEN value IS 136 (53.52% from 255) = 31.63%
BLUE value IS 126 (49.61% from 255) = 29.30%
R=39.07%
G=31.63%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813612600.190.250.3414.2919.4457.65
HexA8887E0131922e133a
Octal2502101760233142162372
Binary1010100010001000111111001001111001100010111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8887E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8887E; }

 p { color: rgb(168,136,126); }

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

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

 a { background-color: rgb(168,136,126); }

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

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

 span { border-color: rgb(168,136,126); }

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