#A97E76

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

Shades of Brandy Rose #A97E76

Tints of Brandy Rose #A97E76

Color information

#A97E76 (or 0xA97E76) is unknown color: approx Brandy Rose. HEX triplet: A9, 7E and 76. RGB value is (169,126,118). Sum of RGB (Red+Green+Blue) = 169+126+118=413 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.92% from 413); Green value is 126 (49.61% from 255 or 30.51% from 413); Blue value is 118 (46.48% from 255 or 28.57% from 413); Max value from RGB is 169 - color contains mainly: red. Hex color #A97E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97E76 is #568189. Grayscale: #8A8A8A. Windows color (decimal): -5669258 or 7765673. OLE color: 7765673.

HSL color Cylindrical-coordinate representation of color #A97E76: hue angle of 9.41º 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 #A97E76 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB169126118-
CMYK00.250.300.34
HSL9.41º22.87%56.27%-
HSV(B)9.41º30.18%66.27%-
XYZ27.0924.6620.47-
YUV137.94116.75150.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.92%
GREEN value IS 126 (49.61% from 255) = 30.51%
BLUE value IS 118 (46.48% from 255) = 28.57%
R=40.92%
G=30.51%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912611800.250.300.349.4122.8756.27
HexA97E760191E2291738
Octal2511761660313642112770
Binary101010011111110111011001100111110100010100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97E76; }

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

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

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

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

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

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

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

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