#A97E7A

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

Shades of Brandy Rose #A97E7A

Tints of Brandy Rose #A97E7A

Color information

#A97E7A (or 0xA97E7A) is unknown color: approx Brandy Rose. HEX triplet: A9, 7E and 7A. RGB value is (169,126,122). Sum of RGB (Red+Green+Blue) = 169+126+122=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 169 - color contains mainly: red. Hex color #A97E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97E7A is #568185. Grayscale: #8A8A8A. Windows color (decimal): -5669254 or 8027817. OLE color: 8027817.

HSL color Cylindrical-coordinate representation of color #A97E7A: hue angle of 5.11º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A97E7A is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB169126122-
CMYK00.250.280.34
HSL5.11º21.46%57.06%-
HSV(B)5.11º27.81%66.27%-
XYZ27.3424.7621.75-
YUV138.4118.75149.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.53%
GREEN value IS 126 (49.61% from 255) = 30.22%
BLUE value IS 122 (48.05% from 255) = 29.26%
R=40.53%
G=30.22%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912612200.250.280.345.1121.4657.06
HexA97E7A0191C2251539
Octal251176172031344252571
Binary10101001111111011110100110011110010001010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97E7A; }

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

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

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

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

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

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

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

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