#A68479

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

Shades of Brandy Rose #A68479

Tints of Brandy Rose #A68479

Color information

#A68479 (or 0xA68479) is unknown color: approx Brandy Rose. HEX triplet: A6, 84 and 79. RGB value is (166,132,121). Sum of RGB (Red+Green+Blue) = 166+132+121=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 132 (51.95% from 255 or 31.50% from 419); Blue value is 121 (47.66% from 255 or 28.88% from 419); Max value from RGB is 166 - color contains mainly: red. Hex color #A68479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68479 is #597B86. Grayscale: #8C8C8C. Windows color (decimal): -5864327 or 7963814. OLE color: 7963814.

HSL color Cylindrical-coordinate representation of color #A68479: hue angle of 14.67º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A68479 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB166132121-
CMYK00.200.270.35
HSL14.67º20.18%56.27%-
HSV(B)14.67º27.11%65.1%-
XYZ27.4325.9921.66-
YUV140.91116.76145.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.62%
GREEN value IS 132 (51.95% from 255) = 31.50%
BLUE value IS 121 (47.66% from 255) = 28.88%
R=39.62%
G=31.50%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613212100.200.270.3514.6720.1856.27
HexA684790141B23f1438
Octal2462041710243343172470
Binary1010011010000100111100101010011011100011111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68479; }

 p { color: rgb(166,132,121); }

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

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

 a { background-color: rgb(166,132,121); }

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

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

 span { border-color: rgb(166,132,121); }

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