#A68379

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

Shades of Brandy Rose #A68379

Tints of Brandy Rose #A68379

Color information

#A68379 (or 0xA68379) is unknown color: approx Brandy Rose. HEX triplet: A6, 83 and 79. RGB value is (166,131,121). Sum of RGB (Red+Green+Blue) = 166+131+121=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 131 (51.56% from 255 or 31.34% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 166 - color contains mainly: red. Hex color #A68379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68379 is #597C86. Grayscale: #8C8C8C. Windows color (decimal): -5864583 or 7963558. OLE color: 7963558.

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

Color convert

RGB166131121-
CMYK00.210.270.35
HSL13.33º20.18%56.27%-
HSV(B)13.33º27.11%65.1%-
XYZ27.2925.7221.62-
YUV140.32117.1146.31-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.71%
GREEN value IS 131 (51.56% from 255) = 31.34%
BLUE value IS 121 (47.66% from 255) = 28.95%
R=39.71%
G=31.34%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613112100.210.270.3513.3320.1856.27
HexA683790151B23d1438
Octal2462031710253343152470
Binary1010011010000011111100101010111011100011110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68379; }

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

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

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

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

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

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

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

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