Html Css Color HEX #AD8580 Brandy Rose

📋 copy color: '#AD8580'

red 173 ◦ green 133 ◦ blue 128

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

Shades of Brandy Rose #AD8580

Tints of Brandy Rose #AD8580

RGB

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

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

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

R = 39.86%
G = 30.65%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AD8580 (or 0xAD8580) is known color: Brandy Rose. HEX triplet: AD, 85 and 80. RGB value is (173,133,128). Sum of RGB (Red+Green+Blue) = 173+133+128=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8580 is #527A7F. Grayscale: #909090. Windows color (decimal): -5405312 or 8422829. OLE color: 8422829.

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

Color convert

RGB 173 133 128 -
CMYK 0 0.23 0.26 0.32
HSL 6.67º 0.22% 0.59% -
HSV(B) 6.67º 0.26% 0.68% -
XYZ 29.52 27.22 24.12 -
YUV 144.39 118.75 148.41 -
System Red Green Blue C M Y K H S L
Decimal 173 133 128 0 0.23 0.26 0.32 6.67 0.22 0.59
Hex AD 85 80 0 17 1A 20 7 16 3B
Octal 255 205 200 0 27 32 40 7 26 73
Binary 10101101 10000101 10000000 0 10111 11010 100000 111 10110 111011

Color Harmonies of #AD8580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8580

Black with #AD8580

Text Example


Text Example

White with #AD8580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8580; }

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

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

background-color css

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

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

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

border-color css

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

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

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