Html Css Color HEX #AD8776 Brandy Rose

📋 copy color: '#AD8776'

red 173 ◦ green 135 ◦ blue 118

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

Shades of Brandy Rose #AD8776

Tints of Brandy Rose #AD8776

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.69%

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

R = 40.61%
G = 31.69%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD8776 (or 0xAD8776) is known color: Brandy Rose. HEX triplet: AD, 87 and 76. RGB value is (173,135,118). Sum of RGB (Red+Green+Blue) = 173+135+118=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 135 (53.12% from 255 or 31.69% from 426); Blue value is 118 (46.48% from 255 or 27.70% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8776 is #527889. Grayscale: #909090. Windows color (decimal): -5404810 or 7767981. OLE color: 7767981.

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

Color convert

RGB 173 135 118 -
CMYK 0 0.22 0.32 0.32
HSL 18.55º 0.25% 0.57% -
HSV(B) 18.55º 0.32% 0.68% -
XYZ 29.17 27.52 20.91 -
YUV 144.42 113.09 148.38 -
System Red Green Blue C M Y K H S L
Decimal 173 135 118 0 0.22 0.32 0.32 18.55 0.25 0.57
Hex AD 87 76 0 16 20 20 13 19 39
Octal 255 207 166 0 26 40 40 23 31 71
Binary 10101101 10000111 1110110 0 10110 100000 100000 10011 11001 111001

Color Harmonies of #AD8776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8776

Black with #AD8776

Text Example


Text Example

White with #AD8776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8776; }

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

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

background-color css

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

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

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

border-color css

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

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

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