Html Css Color HEX #AD8579 Brandy Rose

📋 copy color: '#AD8579'

red 173 ◦ green 133 ◦ blue 121

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

Shades of Brandy Rose #AD8579

Tints of Brandy Rose #AD8579

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.15%

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

R = 40.52%
G = 31.15%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AD8579 (or 0xAD8579) is known color: Brandy Rose. HEX triplet: AD, 85 and 79. RGB value is (173,133,121). Sum of RGB (Red+Green+Blue) = 173+133+121=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8579 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8579 is #527A86. Grayscale: #8F8F8F. Windows color (decimal): -5405319 or 7964077. OLE color: 7964077.

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

Color convert

RGB 173 133 121 -
CMYK 0 0.23 0.30 0.32
HSL 13.85º 0.24% 0.58% -
HSV(B) 13.85º 0.3% 0.68% -
XYZ 29.07 27.04 21.78 -
YUV 143.59 115.25 148.98 -
System Red Green Blue C M Y K H S L
Decimal 173 133 121 0 0.23 0.30 0.32 13.85 0.24 0.58
Hex AD 85 79 0 17 1E 20 E 18 3A
Octal 255 205 171 0 27 36 40 16 30 72
Binary 10101101 10000101 1111001 0 10111 11110 100000 1110 11000 111010

Color Harmonies of #AD8579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8579

Black with #AD8579

Text Example


Text Example

White with #AD8579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8579; }

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

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

background-color css

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

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

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

border-color css

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

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

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