#A98374

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

Shades of Brandy Rose #A98374

Tints of Brandy Rose #A98374

Color information

#A98374 (or 0xA98374) is unknown color: approx Brandy Rose. HEX triplet: A9, 83 and 74. RGB value is (169,131,116). Sum of RGB (Red+Green+Blue) = 169+131+116=416 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.62% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 116 (45.70% from 255 or 27.88% from 416); Max value from RGB is 169 - color contains mainly: red. Hex color #A98374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98374 is #567C8B. Grayscale: #8C8C8C. Windows color (decimal): -5667980 or 7635881. OLE color: 7635881.

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

Color convert

RGB169131116-
CMYK00.220.310.34
HSL16.98º23.56%55.88%-
HSV(B)16.98º31.36%66.27%-
XYZ27.6325.9320.07-
YUV140.65114.09148.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.62%
GREEN value IS 131 (51.56% from 255) = 31.49%
BLUE value IS 116 (45.70% from 255) = 27.88%
R=40.62%
G=31.49%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913111600.220.310.3416.9823.5655.88
HexA983740161F22111838
Octal2512031640263742213070
Binary10101001100000111110100010110111111000101000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98374; }

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

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

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

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

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

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

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

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