Html Css Color HEX #AD8981 Brandy Rose

📋 copy color: '#AD8981'

red 173 ◦ green 137 ◦ blue 129

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

Shades of Brandy Rose #AD8981

Tints of Brandy Rose #AD8981

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.21%

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

R = 39.41%
G = 31.21%
B = 29.38%

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

#AD8981 (or 0xAD8981) is known color: Brandy Rose. HEX triplet: AD, 89 and 81. RGB value is (173,137,129). Sum of RGB (Red+Green+Blue) = 173+137+129=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 137 (53.91% from 255 or 31.21% from 439); Blue value is 129 (50.78% from 255 or 29.38% from 439); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8981 is #52767E. Grayscale: #929292. Windows color (decimal): -5404287 or 8489389. OLE color: 8489389.

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

Color convert

RGB 173 137 129 -
CMYK 0 0.21 0.25 0.32
HSL 10.91º 0.21% 0.59% -
HSV(B) 10.91º 0.25% 0.68% -
XYZ 30.14 28.36 24.65 -
YUV 146.85 117.93 146.65 -
System Red Green Blue C M Y K H S L
Decimal 173 137 129 0 0.21 0.25 0.32 10.91 0.21 0.59
Hex AD 89 81 0 15 19 20 B 15 3B
Octal 255 211 201 0 25 31 40 13 25 73
Binary 10101101 10001001 10000001 0 10101 11001 100000 1011 10101 111011

Color Harmonies of #AD8981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8981

Black with #AD8981

Text Example


Text Example

White with #AD8981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8981; }

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

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

background-color css

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

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

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

border-color css

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

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

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