Html Css Color HEX #AD8784 Brandy Rose

📋 copy color: '#AD8784'

red 173 ◦ green 135 ◦ blue 132

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

Shades of Brandy Rose #AD8784

Tints of Brandy Rose #AD8784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 30%

R = 39.32%
G = 30.68%
B = 30%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AD8784 (or 0xAD8784) is known color: Brandy Rose. HEX triplet: AD, 87 and 84. RGB value is (173,135,132). Sum of RGB (Red+Green+Blue) = 173+135+132=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 135 (53.12% from 255 or 30.68% from 440); Blue value is 132 (51.95% from 255 or 30% from 440); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8784 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8784 is #52787B. Grayscale: #929292. Windows color (decimal): -5404796 or 8685485. OLE color: 8685485.

HSL color Cylindrical-coordinate representation of color #AD8784: hue angle of 4.39º 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 #AD8784 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 135 132 -
CMYK 0 0.22 0.24 0.32
HSL 4.39º 0.2% 0.6% -
HSV(B) 4.39º 0.24% 0.68% -
XYZ 30.06 27.88 25.63 -
YUV 146.02 120.09 147.24 -
System Red Green Blue C M Y K H S L
Decimal 173 135 132 0 0.22 0.24 0.32 4.39 0.2 0.6
Hex AD 87 84 0 16 18 20 4 14 3C
Octal 255 207 204 0 26 30 40 4 24 74
Binary 10101101 10000111 10000100 0 10110 11000 100000 100 10100 111100

Color Harmonies of #AD8784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8784

Black with #AD8784

Text Example


Text Example

White with #AD8784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8784; }

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

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

background-color css

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

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

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

border-color css

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

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

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