Html Css Color HEX #AD8785 Brandy Rose

📋 copy color: '#AD8785'

red 173 ◦ green 135 ◦ blue 133

#AD8785
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy Rose #AD8785

Tints of Brandy Rose #AD8785

RGB

 RED value IS 173 (67.97% from 255) = 39.23%

 GREEN value IS 135 (53.13% from 255) = 30.61%

 BLUE value IS 133 (52.34% from 255) = 30.16%

R = 39.23%
G = 30.61%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD8785 (or 0xAD8785) is known color: Brandy Rose. HEX triplet: AD, 87 and 85. RGB value is (173,135,133). Sum of RGB (Red+Green+Blue) = 173+135+133=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 135 (53.12% from 255 or 30.61% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8785 is #52787A. Grayscale: #929292. Windows color (decimal): -5404795 or 8751021. OLE color: 8751021.

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

Color convert

RGB 173 135 133 -
CMYK 0 0.22 0.23 0.32
HSL 0.2% 0.6% -
HSV(B) 0.23% 0.68% -
XYZ 30.13 27.91 25.99 -
YUV 146.13 120.59 147.16 -
System Red Green Blue C M Y K H S L
Decimal 173 135 133 0 0.22 0.23 0.32 3 0.2 0.6
Hex AD 87 85 0 16 17 20 3 14 3C
Octal 255 207 205 0 26 27 40 3 24 74
Binary 10101101 10000111 10000101 0 10110 10111 100000 11 10100 111100

Color Harmonies of #AD8785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8785

Black with #AD8785

Text Example


Text Example

White with #AD8785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8785; }

 p { color: rgb(173,135,133); }

 H1.HeaderClassName
 {
   color: #AD8785;
 }
 .AnyTagClassName
 {
   color: #AD8785;
 }
</style>

background-color css

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

 a { background-color: rgb(173,135,133); }

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

border-color css

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

 span { border-color: rgb(173,135,133); }

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