#A4847D

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

Shades of Brandy Rose #A4847D

Tints of Brandy Rose #A4847D

Color information

#A4847D (or 0xA4847D) is unknown color: approx Brandy Rose. HEX triplet: A4, 84 and 7D. RGB value is (164,132,125). Sum of RGB (Red+Green+Blue) = 164+132+125=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 164 - color contains mainly: red. Hex color #A4847D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4847D is #5B7B82. Grayscale: #8C8C8C. Windows color (decimal): -5995395 or 8225956. OLE color: 8225956.

HSL color Cylindrical-coordinate representation of color #A4847D: hue angle of 10.77º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A4847D is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB164132125-
CMYK00.200.240.36
HSL10.77º17.65%56.67%-
HSV(B)10.77º23.78%64.31%-
XYZ27.2625.8822.96-
YUV140.77119.1144.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.95%
GREEN value IS 132 (51.95% from 255) = 31.35%
BLUE value IS 125 (49.22% from 255) = 29.69%
R=38.95%
G=31.35%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413212500.200.240.3610.7717.6556.67
HexA4847D0141824b1239
Octal2442041750243044132271
Binary1010010010000100111110101010011000100100101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4847D; }

 p { color: rgb(164,132,125); }

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

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

 a { background-color: rgb(164,132,125); }

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

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

 span { border-color: rgb(164,132,125); }

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