#A97D72

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

Shades of Brandy Rose #A97D72

Tints of Brandy Rose #A97D72

Color information

#A97D72 (or 0xA97D72) is unknown color: approx Brandy Rose. HEX triplet: A9, 7D and 72. RGB value is (169,125,114). Sum of RGB (Red+Green+Blue) = 169+125+114=408 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.42% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97D72 is #56828D. Grayscale: #888888. Windows color (decimal): -5669518 or 7503273. OLE color: 7503273.

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

Color convert

RGB169125114-
CMYK00.260.330.34
HSL12º24.23%55.49%-
HSV(B)12º32.54%66.27%-
XYZ26.7324.3219.2-
YUV136.9115.08150.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.42%
GREEN value IS 125 (49.22% from 255) = 30.64%
BLUE value IS 114 (44.92% from 255) = 27.94%
R=41.42%
G=30.64%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912511400.260.330.341224.2355.49
HexA97D7201A2122c1837
Octal2511751620324142143067
Binary1010100111111011110010011010100001100010110011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97D72; }

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

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

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

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

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

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

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

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