Html Css Color HEX #AD8880 Brandy Rose

📋 copy color: '#AD8880'

red 173 ◦ green 136 ◦ blue 128

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

Shades of Brandy Rose #AD8880

Tints of Brandy Rose #AD8880

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.12%

 BLUE value IS 128 (50.39% from 255) = 29.29%

R = 39.59%
G = 31.12%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AD8880 (or 0xAD8880) is known color: Brandy Rose. HEX triplet: AD, 88 and 80. RGB value is (173,136,128). Sum of RGB (Red+Green+Blue) = 173+136+128=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 136 (53.52% from 255 or 31.12% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8880 is #52777F. Grayscale: #929292. Windows color (decimal): -5404544 or 8423597. OLE color: 8423597.

HSL color Cylindrical-coordinate representation of color #AD8880: hue angle of 10.67º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AD8880 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 136 128 -
CMYK 0 0.21 0.26 0.32
HSL 10.67º 0.22% 0.59% -
HSV(B) 10.67º 0.26% 0.68% -
XYZ 29.93 28.05 24.26 -
YUV 146.15 117.76 147.15 -
System Red Green Blue C M Y K H S L
Decimal 173 136 128 0 0.21 0.26 0.32 10.67 0.22 0.59
Hex AD 88 80 0 15 1A 20 B 16 3B
Octal 255 210 200 0 25 32 40 13 26 73
Binary 10101101 10001000 10000000 0 10101 11010 100000 1011 10110 111011

Color Harmonies of #AD8880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8880

Black with #AD8880

Text Example


Text Example

White with #AD8880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8880; }

 p { color: rgb(173,136,128); }

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

background-color css

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

 a { background-color: rgb(173,136,128); }

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

border-color css

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

 span { border-color: rgb(173,136,128); }

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