#AD8C83

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

Shades of Brandy Rose #AD8C83

Tints of Brandy Rose #AD8C83

Color information

#AD8C83 (or 0xAD8C83) is unknown color: approx Brandy Rose. HEX triplet: AD, 8C and 83. RGB value is (173,140,131). Sum of RGB (Red+Green+Blue) = 173+140+131=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 131 (51.56% from 255 or 29.50% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8C83 is #52737C. Grayscale: #949494. Windows color (decimal): -5403517 or 8621229. OLE color: 8621229.

HSL color Cylindrical-coordinate representation of color #AD8C83: hue angle of 12.86º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD8C83 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB173140131-
CMYK00.190.240.32
HSL12.86º20.39%59.61%-
HSV(B)12.86º24.28%67.84%-
XYZ30.7129.2825.51-
YUV148.84117.93145.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.96%
GREEN value IS 140 (55.08% from 255) = 31.53%
BLUE value IS 131 (51.56% from 255) = 29.50%
R=38.96%
G=31.53%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314013100.190.240.3212.8620.3959.61
HexAD8C830131820d143c
Octal2552142030233040152474
Binary10101101100011001000001101001111000100000110110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8C83; }

 p { color: rgb(173,140,131); }

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

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

 a { background-color: rgb(173,140,131); }

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

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

 span { border-color: rgb(173,140,131); }

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