#A97D73

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

Shades of Brandy Rose #A97D73

Tints of Brandy Rose #A97D73

Color information

#A97D73 (or 0xA97D73) is unknown color: approx Brandy Rose. HEX triplet: A9, 7D and 73. RGB value is (169,125,115). Sum of RGB (Red+Green+Blue) = 169+125+115=409 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.32% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97D73 is #56828C. Grayscale: #898989. Windows color (decimal): -5669517 or 7568809. OLE color: 7568809.

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

Color convert

RGB169125115-
CMYK00.260.320.34
HSL11.11º23.89%55.69%-
HSV(B)11.11º31.95%66.27%-
XYZ26.7924.3419.51-
YUV137.02115.58150.81-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.32%
GREEN value IS 125 (49.22% from 255) = 30.56%
BLUE value IS 115 (45.31% from 255) = 28.12%
R=41.32%
G=30.56%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912511500.260.320.3411.1123.8955.69
HexA97D7301A2022b1838
Octal2511751630324042133070
Binary1010100111111011110011011010100000100010101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97D73; }

 p { color: rgb(169,125,115); }

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

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

 a { background-color: rgb(169,125,115); }

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

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

 span { border-color: rgb(169,125,115); }

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