Html Css Color HEX #AD7978 Brandy Rose

📋 copy color: '#AD7978'

red 173 ◦ green 121 ◦ blue 120

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

Shades of Brandy Rose #AD7978

Tints of Brandy Rose #AD7978

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.23%

 BLUE value IS 120 (47.27% from 255) = 28.99%

R = 41.79%
G = 29.23%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AD7978 (or 0xAD7978) is known color: Brandy Rose. HEX triplet: AD, 79 and 78. RGB value is (173,121,120). Sum of RGB (Red+Green+Blue) = 173+121+120=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 120 (47.27% from 255 or 28.99% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7978 is #528687. Grayscale: #888888. Windows color (decimal): -5408392 or 7895469. OLE color: 7895469.

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

Color convert

RGB 173 121 120 -
CMYK 0 0.30 0.31 0.32
HSL 1.13º 0.24% 0.57% -
HSV(B) 1.13º 0.31% 0.68% -
XYZ 27.46 23.92 20.94 -
YUV 136.43 118.73 154.08 -
System Red Green Blue C M Y K H S L
Decimal 173 121 120 0 0.30 0.31 0.32 1.13 0.24 0.57
Hex AD 79 78 0 1E 1F 20 1 18 39
Octal 255 171 170 0 36 37 40 1 30 71
Binary 10101101 1111001 1111000 0 11110 11111 100000 1 11000 111001

Color Harmonies of #AD7978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7978

Black with #AD7978

Text Example


Text Example

White with #AD7978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7978; }

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

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

background-color css

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

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

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

border-color css

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

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

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