#A97B77

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

Shades of Brandy Rose #A97B77

Tints of Brandy Rose #A97B77

Color information

#A97B77 (or 0xA97B77) is unknown color: approx Brandy Rose. HEX triplet: A9, 7B and 77. RGB value is (169,123,119). Sum of RGB (Red+Green+Blue) = 169+123+119=411 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.12% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 119 (46.88% from 255 or 28.95% from 411); Max value from RGB is 169 - color contains mainly: red. Hex color #A97B77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97B77 is #568488. Grayscale: #888888. Windows color (decimal): -5670025 or 7830441. OLE color: 7830441.

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

Color convert

RGB169123119-
CMYK00.270.300.34
HSL4.8º22.52%56.47%-
HSV(B)4.8º29.59%66.27%-
XYZ26.7723.9320.66-
YUV136.3118.24151.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.12%
GREEN value IS 123 (48.44% from 255) = 29.93%
BLUE value IS 119 (46.88% from 255) = 28.95%
R=41.12%
G=29.93%
B=28.95%

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
Decimal16912311900.270.300.344.822.5256.47
HexA97B7701B1E2251738
Octal251173167033364252770
Binary10101001111101111101110110111111010001010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97B77; }

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

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

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

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

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

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

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

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