Html Css Color HEX #AD7976 Brandy Rose

📋 copy color: '#AD7976'

red 173 ◦ green 121 ◦ blue 118

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

Shades of Brandy Rose #AD7976

Tints of Brandy Rose #AD7976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.64%

R = 41.99%
G = 29.37%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD7976 (or 0xAD7976) is known color: Brandy Rose. HEX triplet: AD, 79 and 76. RGB value is (173,121,118). Sum of RGB (Red+Green+Blue) = 173+121+118=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 118 (46.48% from 255 or 28.64% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7976 is #528689. Grayscale: #888888. Windows color (decimal): -5408394 or 7764397. OLE color: 7764397.

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

Color convert

RGB 173 121 118 -
CMYK 0 0.30 0.32 0.32
HSL 3.27º 0.25% 0.57% -
HSV(B) 3.27º 0.32% 0.68% -
XYZ 27.34 23.87 20.31 -
YUV 136.21 117.73 154.24 -
System Red Green Blue C M Y K H S L
Decimal 173 121 118 0 0.30 0.32 0.32 3.27 0.25 0.57
Hex AD 79 76 0 1E 20 20 3 19 39
Octal 255 171 166 0 36 40 40 3 31 71
Binary 10101101 1111001 1110110 0 11110 100000 100000 11 11001 111001

Color Harmonies of #AD7976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7976

Black with #AD7976

Text Example


Text Example

White with #AD7976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7976; }

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

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

background-color css

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

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

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

border-color css

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

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

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