#A48781

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

Shades of Brandy Rose #A48781

Tints of Brandy Rose #A48781

Color information

#A48781 (or 0xA48781) is unknown color: approx Brandy Rose. HEX triplet: A4, 87 and 81. RGB value is (164,135,129). Sum of RGB (Red+Green+Blue) = 164+135+129=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 135 (53.12% from 255 or 31.54% from 428); Blue value is 129 (50.78% from 255 or 30.14% from 428); Max value from RGB is 164 - color contains mainly: red. Hex color #A48781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48781 is #5B787E. Grayscale: #8F8F8F. Windows color (decimal): -5994623 or 8488868. OLE color: 8488868.

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

Color convert

RGB164135129-
CMYK00.180.210.36
HSL10.29º16.13%57.45%-
HSV(B)10.29º21.34%64.31%-
XYZ27.9426.8124.47-
YUV142.99120.11142.99-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.32%
GREEN value IS 135 (53.12% from 255) = 31.54%
BLUE value IS 129 (50.78% from 255) = 30.14%
R=38.32%
G=31.54%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413512900.180.210.3610.2916.1357.45
HexA487810121524a1039
Octal2442072010222544122071
Binary10100100100001111000000101001010101100100101010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48781; }

 p { color: rgb(164,135,129); }

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

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

 a { background-color: rgb(164,135,129); }

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

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

 span { border-color: rgb(164,135,129); }

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