Html Css Color HEX #AD8276 Brandy Rose

📋 copy color: '#AD8276'

red 173 ◦ green 130 ◦ blue 118

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

Shades of Brandy Rose #AD8276

Tints of Brandy Rose #AD8276

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.88%

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

R = 41.09%
G = 30.88%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD8276 (or 0xAD8276) is known color: Brandy Rose. HEX triplet: AD, 82 and 76. RGB value is (173,130,118). Sum of RGB (Red+Green+Blue) = 173+130+118=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8276 is #527D89. Grayscale: #8D8D8D. Windows color (decimal): -5406090 or 7766701. OLE color: 7766701.

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

Color convert

RGB 173 130 118 -
CMYK 0 0.25 0.32 0.32
HSL 13.09º 0.25% 0.57% -
HSV(B) 13.09º 0.32% 0.68% -
XYZ 28.49 26.16 20.69 -
YUV 141.49 114.75 150.48 -
System Red Green Blue C M Y K H S L
Decimal 173 130 118 0 0.25 0.32 0.32 13.09 0.25 0.57
Hex AD 82 76 0 19 20 20 D 19 39
Octal 255 202 166 0 31 40 40 15 31 71
Binary 10101101 10000010 1110110 0 11001 100000 100000 1101 11001 111001

Color Harmonies of #AD8276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8276

Black with #AD8276

Text Example


Text Example

White with #AD8276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8276; }

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

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

background-color css

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

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

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

border-color css

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

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

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