#A98274

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

Shades of Brandy Rose #A98274

Tints of Brandy Rose #A98274

Color information

#A98274 (or 0xA98274) is unknown color: approx Brandy Rose. HEX triplet: A9, 82 and 74. RGB value is (169,130,116). Sum of RGB (Red+Green+Blue) = 169+130+116=415 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.72% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 169 - color contains mainly: red. Hex color #A98274 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98274 is #567D8B. Grayscale: #8C8C8C. Windows color (decimal): -5668236 or 7635625. OLE color: 7635625.

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

Color convert

RGB169130116-
CMYK00.230.310.34
HSL15.85º23.56%55.88%-
HSV(B)15.85º31.36%66.27%-
XYZ27.525.6620.03-
YUV140.06114.42148.64-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.72%
GREEN value IS 130 (51.17% from 255) = 31.33%
BLUE value IS 116 (45.70% from 255) = 27.95%
R=40.72%
G=31.33%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913011600.230.310.3415.8523.5655.88
HexA982740171F22101838
Octal2512021640273742203070
Binary10101001100000101110100010111111111000101000011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98274; }

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

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

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

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

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

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

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

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