Html Css Color HEX #AD8079 Brandy Rose

📋 copy color: '#AD8079'

red 173 ◦ green 128 ◦ blue 121

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

Shades of Brandy Rose #AD8079

Tints of Brandy Rose #AD8079

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.33%

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

R = 41%
G = 30.33%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AD8079 (or 0xAD8079) is known color: Brandy Rose. HEX triplet: AD, 80 and 79. RGB value is (173,128,121). Sum of RGB (Red+Green+Blue) = 173+128+121=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8079 is #527F86. Grayscale: #8C8C8C. Windows color (decimal): -5406599 or 7962797. OLE color: 7962797.

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

Color convert

RGB 173 128 121 -
CMYK 0 0.26 0.30 0.32
HSL 8.08º 0.24% 0.58% -
HSV(B) 8.08º 0.3% 0.68% -
XYZ 28.4 25.7 21.55 -
YUV 140.66 116.91 151.07 -
System Red Green Blue C M Y K H S L
Decimal 173 128 121 0 0.26 0.30 0.32 8.08 0.24 0.58
Hex AD 80 79 0 1A 1E 20 8 18 3A
Octal 255 200 171 0 32 36 40 10 30 72
Binary 10101101 10000000 1111001 0 11010 11110 100000 1000 11000 111010

Color Harmonies of #AD8079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8079

Black with #AD8079

Text Example


Text Example

White with #AD8079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8079; }

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

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

background-color css

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

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

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

border-color css

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

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

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