Html Css Color HEX #AD7D79 Brandy Rose

📋 copy color: '#AD7D79'

red 173 ◦ green 125 ◦ blue 121

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

Shades of Brandy Rose #AD7D79

Tints of Brandy Rose #AD7D79

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.83%

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

R = 41.29%
G = 29.83%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AD7D79 (or 0xAD7D79) is known color: Brandy Rose. HEX triplet: AD, 7D and 79. RGB value is (173,125,121). Sum of RGB (Red+Green+Blue) = 173+125+121=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 121 (47.66% from 255 or 28.88% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7D79 is #528286. Grayscale: #8A8A8A. Windows color (decimal): -5407367 or 7962029. OLE color: 7962029.

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

Color convert

RGB 173 125 121 -
CMYK 0 0.28 0.30 0.32
HSL 4.62º 0.24% 0.58% -
HSV(B) 4.62º 0.3% 0.68% -
XYZ 28.02 24.93 21.42 -
YUV 138.9 117.9 152.33 -
System Red Green Blue C M Y K H S L
Decimal 173 125 121 0 0.28 0.30 0.32 4.62 0.24 0.58
Hex AD 7D 79 0 1C 1E 20 5 18 3A
Octal 255 175 171 0 34 36 40 5 30 72
Binary 10101101 1111101 1111001 0 11100 11110 100000 101 11000 111010

Color Harmonies of #AD7D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7D79

Black with #AD7D79

Text Example


Text Example

White with #AD7D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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