Html Css Color HEX #AD8576 Brandy Rose

📋 copy color: '#AD8576'

red 173 ◦ green 133 ◦ blue 118

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

Shades of Brandy Rose #AD8576

Tints of Brandy Rose #AD8576

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.37%

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

R = 40.8%
G = 31.37%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD8576 (or 0xAD8576) is known color: Brandy Rose. HEX triplet: AD, 85 and 76. RGB value is (173,133,118). Sum of RGB (Red+Green+Blue) = 173+133+118=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8576 is #527A89. Grayscale: #8F8F8F. Windows color (decimal): -5405322 or 7767469. OLE color: 7767469.

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

Color convert

RGB 173 133 118 -
CMYK 0 0.23 0.32 0.32
HSL 16.36º 0.25% 0.57% -
HSV(B) 16.36º 0.32% 0.68% -
XYZ 28.89 26.97 20.82 -
YUV 143.25 113.75 149.22 -
System Red Green Blue C M Y K H S L
Decimal 173 133 118 0 0.23 0.32 0.32 16.36 0.25 0.57
Hex AD 85 76 0 17 20 20 10 19 39
Octal 255 205 166 0 27 40 40 20 31 71
Binary 10101101 10000101 1110110 0 10111 100000 100000 10000 11001 111001

Color Harmonies of #AD8576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8576

Black with #AD8576

Text Example


Text Example

White with #AD8576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8576; }

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

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

background-color css

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

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

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

border-color css

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

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

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