Html Css Color HEX #AD8879 Brandy Rose

📋 copy color: '#AD8879'

red 173 ◦ green 136 ◦ blue 121

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

Shades of Brandy Rose #AD8879

Tints of Brandy Rose #AD8879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 28.14%

R = 40.23%
G = 31.63%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AD8879 (or 0xAD8879) is known color: Brandy Rose. HEX triplet: AD, 88 and 79. RGB value is (173,136,121). Sum of RGB (Red+Green+Blue) = 173+136+121=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8879 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8879 is #527786. Grayscale: #919191. Windows color (decimal): -5404551 or 7964845. OLE color: 7964845.

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

Color convert

RGB 173 136 121 -
CMYK 0 0.21 0.30 0.32
HSL 17.31º 0.24% 0.58% -
HSV(B) 17.31º 0.3% 0.68% -
XYZ 29.49 27.87 21.91 -
YUV 145.35 114.26 147.72 -
System Red Green Blue C M Y K H S L
Decimal 173 136 121 0 0.21 0.30 0.32 17.31 0.24 0.58
Hex AD 88 79 0 15 1E 20 11 18 3A
Octal 255 210 171 0 25 36 40 21 30 72
Binary 10101101 10001000 1111001 0 10101 11110 100000 10001 11000 111010

Color Harmonies of #AD8879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8879

Black with #AD8879

Text Example


Text Example

White with #AD8879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8879; }

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

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

background-color css

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

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

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

border-color css

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

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

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