#A48680

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

Shades of Brandy Rose #A48680

Tints of Brandy Rose #A48680

Color information

#A48680 (or 0xA48680) is unknown color: approx Brandy Rose. HEX triplet: A4, 86 and 80. RGB value is (164,134,128). Sum of RGB (Red+Green+Blue) = 164+134+128=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 164 - color contains mainly: red. Hex color #A48680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48680 is #5B797F. Grayscale: #8E8E8E. Windows color (decimal): -5994880 or 8423076. OLE color: 8423076.

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

Color convert

RGB164134128-
CMYK00.180.220.36
HSL10º16.51%57.25%-
HSV(B)10º21.95%64.31%-
XYZ27.7326.524.08-
YUV142.29119.94143.49-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.50%
GREEN value IS 134 (52.73% from 255) = 31.46%
BLUE value IS 128 (50.39% from 255) = 30.05%
R=38.50%
G=31.46%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413412800.180.220.361016.5157.25
HexA486800121624a1139
Octal2442062000222644122171
Binary10100100100001101000000001001010110100100101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48680; }

 p { color: rgb(164,134,128); }

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

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

 a { background-color: rgb(164,134,128); }

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

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

 span { border-color: rgb(164,134,128); }

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