Html Css Color HEX #AD8878 Brandy Rose

📋 copy color: '#AD8878'

red 173 ◦ green 136 ◦ blue 120

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

Shades of Brandy Rose #AD8878

Tints of Brandy Rose #AD8878

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.7%

 BLUE value IS 120 (47.27% from 255) = 27.97%

R = 40.33%
G = 31.7%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AD8878 (or 0xAD8878) is known color: Brandy Rose. HEX triplet: AD, 88 and 78. RGB value is (173,136,120). Sum of RGB (Red+Green+Blue) = 173+136+120=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8878 is #527787. Grayscale: #919191. Windows color (decimal): -5404552 or 7899309. OLE color: 7899309.

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

Color convert

RGB 173 136 120 -
CMYK 0 0.21 0.31 0.32
HSL 18.11º 0.24% 0.57% -
HSV(B) 18.11º 0.31% 0.68% -
XYZ 29.43 27.85 21.59 -
YUV 145.24 113.76 147.8 -
System Red Green Blue C M Y K H S L
Decimal 173 136 120 0 0.21 0.31 0.32 18.11 0.24 0.57
Hex AD 88 78 0 15 1F 20 12 18 39
Octal 255 210 170 0 25 37 40 22 30 71
Binary 10101101 10001000 1111000 0 10101 11111 100000 10010 11000 111001

Color Harmonies of #AD8878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8878

Black with #AD8878

Text Example


Text Example

White with #AD8878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8878; }

 p { color: rgb(173,136,120); }

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

background-color css

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

 a { background-color: rgb(173,136,120); }

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

border-color css

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

 span { border-color: rgb(173,136,120); }

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