#A38780

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

Shades of Brandy Rose #A38780

Tints of Brandy Rose #A38780

Color information

#A38780 (or 0xA38780) is unknown color: approx Brandy Rose. HEX triplet: A3, 87 and 80. RGB value is (163,135,128). Sum of RGB (Red+Green+Blue) = 163+135+128=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 135 (53.12% from 255 or 31.69% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 163 - color contains mainly: red. Hex color #A38780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38780 is #5C787F. Grayscale: #8E8E8E. Windows color (decimal): -6060160 or 8423331. OLE color: 8423331.

HSL color Cylindrical-coordinate representation of color #A38780: hue angle of 12º 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 #A38780 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB163135128-
CMYK00.170.210.36
HSL12º15.98%57.06%-
HSV(B)12º21.47%63.92%-
XYZ27.6626.6724.11-
YUV142.57119.78142.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.26%
GREEN value IS 135 (53.12% from 255) = 31.69%
BLUE value IS 128 (50.39% from 255) = 30.05%
R=38.26%
G=31.69%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313512800.170.210.361215.9857.06
HexA387800111524c1039
Octal2432072000212544142071
Binary10100011100001111000000001000110101100100110010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38780; }

 p { color: rgb(163,135,128); }

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

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

 a { background-color: rgb(163,135,128); }

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

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

 span { border-color: rgb(163,135,128); }

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