#AD8274

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

Shades of Brandy Rose #AD8274

Tints of Brandy Rose #AD8274

Color information

#AD8274 (or 0xAD8274) is unknown color: approx Brandy Rose. HEX triplet: AD, 82 and 74. RGB value is (173,130,116). Sum of RGB (Red+Green+Blue) = 173+130+116=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8274 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8274 is #527D8B. Grayscale: #8D8D8D. Windows color (decimal): -5406092 or 7635629. OLE color: 7635629.

HSL color Cylindrical-coordinate representation of color #AD8274: hue angle of 14.74º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD8274 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB173130116-
CMYK00.250.330.32
HSL14.74º25.79%56.67%-
HSV(B)14.74º32.95%67.84%-
XYZ28.3726.1120.07-
YUV141.26113.75150.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.29%
GREEN value IS 130 (51.17% from 255) = 31.03%
BLUE value IS 116 (45.70% from 255) = 27.68%
R=41.29%
G=31.03%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313011600.250.330.3214.7425.7956.67
HexAD82740192120f1a39
Octal2552021640314140173271
Binary10101101100000101110100011001100001100000111111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8274; }

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

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

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

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

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

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

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

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