Html Css Color HEX #AD8979 Brandy Rose

📋 copy color: '#AD8979'

red 173 ◦ green 137 ◦ blue 121

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

Shades of Brandy Rose #AD8979

Tints of Brandy Rose #AD8979

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.79%

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

R = 40.14%
G = 31.79%
B = 28.07%

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

#AD8979 (or 0xAD8979) is known color: Brandy Rose. HEX triplet: AD, 89 and 79. RGB value is (173,137,121). Sum of RGB (Red+Green+Blue) = 173+137+121=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8979 is #527686. Grayscale: #929292. Windows color (decimal): -5404295 or 7965101. OLE color: 7965101.

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

Color convert

RGB 173 137 121 -
CMYK 0 0.21 0.30 0.32
HSL 18.46º 0.24% 0.58% -
HSV(B) 18.46º 0.3% 0.68% -
XYZ 29.63 28.16 21.96 -
YUV 145.94 113.93 147.3 -
System Red Green Blue C M Y K H S L
Decimal 173 137 121 0 0.21 0.30 0.32 18.46 0.24 0.58
Hex AD 89 79 0 15 1E 20 12 18 3A
Octal 255 211 171 0 25 36 40 22 30 72
Binary 10101101 10001001 1111001 0 10101 11110 100000 10010 11000 111010

Color Harmonies of #AD8979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8979

Black with #AD8979

Text Example


Text Example

White with #AD8979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8979; }

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

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

background-color css

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

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

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

border-color css

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

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

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