#A38680

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

Shades of Brandy Rose #A38680

Tints of Brandy Rose #A38680

Color information

#A38680 (or 0xA38680) is unknown color: approx Brandy Rose. HEX triplet: A3, 86 and 80. RGB value is (163,134,128). Sum of RGB (Red+Green+Blue) = 163+134+128=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 163 - color contains mainly: red. Hex color #A38680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38680 is #5C797F. Grayscale: #8E8E8E. Windows color (decimal): -6060416 or 8423075. OLE color: 8423075.

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

Color convert

RGB163134128-
CMYK00.180.210.36
HSL10.29º15.98%57.06%-
HSV(B)10.29º21.47%63.92%-
XYZ27.5326.424.07-
YUV141.99120.11142.99-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.35%
GREEN value IS 134 (52.73% from 255) = 31.53%
BLUE value IS 128 (50.39% from 255) = 30.12%
R=38.35%
G=31.53%
B=30.12%

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
Decimal16313412800.180.210.3610.2915.9857.06
HexA386800121524a1039
Octal2432062000222544122071
Binary10100011100001101000000001001010101100100101010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38680; }

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

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

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

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

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

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

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

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