#AD8675

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

Shades of Brandy Rose #AD8675

Tints of Brandy Rose #AD8675

Color information

#AD8675 (or 0xAD8675) is unknown color: approx Brandy Rose. HEX triplet: AD, 86 and 75. RGB value is (173,134,117). Sum of RGB (Red+Green+Blue) = 173+134+117=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8675 is #52798A. Grayscale: #8F8F8F. Windows color (decimal): -5405067 or 7702189. OLE color: 7702189.

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

Color convert

RGB173134117-
CMYK00.230.320.32
HSL18.21º25.45%56.86%-
HSV(B)18.21º32.37%67.84%-
XYZ28.9727.2220.56-
YUV143.72112.92148.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.80%
GREEN value IS 134 (52.73% from 255) = 31.60%
BLUE value IS 117 (46.09% from 255) = 27.59%
R=40.80%
G=31.60%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313411700.230.320.3218.2125.4556.86
HexAD86750172020121939
Octal2552061650274040223171
Binary101011011000011011101010101111000001000001001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8675; }

 p { color: rgb(173,134,117); }

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

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

 a { background-color: rgb(173,134,117); }

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

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

 span { border-color: rgb(173,134,117); }

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