#A97B76

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

Shades of Brandy Rose #A97B76

Tints of Brandy Rose #A97B76

Color information

#A97B76 (or 0xA97B76) is unknown color: approx Brandy Rose. HEX triplet: A9, 7B and 76. RGB value is (169,123,118). Sum of RGB (Red+Green+Blue) = 169+123+118=410 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.22% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 118 (46.48% from 255 or 28.78% from 410); Max value from RGB is 169 - color contains mainly: red. Hex color #A97B76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97B76 is #568489. Grayscale: #888888. Windows color (decimal): -5670026 or 7764905. OLE color: 7764905.

HSL color Cylindrical-coordinate representation of color #A97B76: hue angle of 5.88º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A97B76 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB169123118-
CMYK00.270.300.34
HSL5.88º22.87%56.27%-
HSV(B)5.88º30.18%66.27%-
XYZ26.7223.9120.35-
YUV136.18117.74151.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.22%
GREEN value IS 123 (48.44% from 255) = 30%
BLUE value IS 118 (46.48% from 255) = 28.78%
R=41.22%
G=30%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912311800.270.300.345.8822.8756.27
HexA97B7601B1E2261738
Octal251173166033364262770
Binary10101001111101111101100110111111010001011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97B76; }

 p { color: rgb(169,123,118); }

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

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

 a { background-color: rgb(169,123,118); }

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

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

 span { border-color: rgb(169,123,118); }

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