Html Css Color HEX #AD8881 Brandy Rose

📋 copy color: '#AD8881'

red 173 ◦ green 136 ◦ blue 129

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

Shades of Brandy Rose #AD8881

Tints of Brandy Rose #AD8881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.45%

R = 39.5%
G = 31.05%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AD8881 (or 0xAD8881) is known color: Brandy Rose. HEX triplet: AD, 88 and 81. RGB value is (173,136,129). Sum of RGB (Red+Green+Blue) = 173+136+129=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 129 (50.78% from 255 or 29.45% from 438); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8881 is #52777E. Grayscale: #929292. Windows color (decimal): -5404543 or 8489133. OLE color: 8489133.

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

Color convert

RGB 173 136 129 -
CMYK 0 0.21 0.25 0.32
HSL 9.55º 0.21% 0.59% -
HSV(B) 9.55º 0.25% 0.68% -
XYZ 30 28.08 24.61 -
YUV 146.27 118.26 147.07 -
System Red Green Blue C M Y K H S L
Decimal 173 136 129 0 0.21 0.25 0.32 9.55 0.21 0.59
Hex AD 88 81 0 15 19 20 A 15 3B
Octal 255 210 201 0 25 31 40 12 25 73
Binary 10101101 10001000 10000001 0 10101 11001 100000 1010 10101 111011

Color Harmonies of #AD8881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8881

Black with #AD8881

Text Example


Text Example

White with #AD8881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8881; }

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

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

background-color css

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

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

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

border-color css

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

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

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