#A97F74

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

Shades of Brandy Rose #A97F74

Tints of Brandy Rose #A97F74

Color information

#A97F74 (or 0xA97F74) is unknown color: approx Brandy Rose. HEX triplet: A9, 7F and 74. RGB value is (169,127,116). Sum of RGB (Red+Green+Blue) = 169+127+116=412 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.02% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 116 (45.70% from 255 or 28.16% from 412); Max value from RGB is 169 - color contains mainly: red. Hex color #A97F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97F74 is #56808B. Grayscale: #8A8A8A. Windows color (decimal): -5669004 or 7634857. OLE color: 7634857.

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

Color convert

RGB169127116-
CMYK00.250.310.34
HSL12.45º23.56%55.88%-
HSV(B)12.45º31.36%66.27%-
XYZ27.124.8719.9-
YUV138.3115.41149.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.02%
GREEN value IS 127 (50% from 255) = 30.83%
BLUE value IS 116 (45.70% from 255) = 28.16%
R=41.02%
G=30.83%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912711600.250.310.3412.4523.5655.88
HexA97F740191F22c1838
Octal2511771640313742143070
Binary101010011111111111010001100111111100010110011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97F74; }

 p { color: rgb(169,127,116); }

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

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

 a { background-color: rgb(169,127,116); }

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

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

 span { border-color: rgb(169,127,116); }

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