Html Css Color HEX #AD8573 Brandy Rose

📋 copy color: '#AD8573'

red 173 ◦ green 133 ◦ blue 115

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

Shades of Brandy Rose #AD8573

Tints of Brandy Rose #AD8573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.32%

R = 41.09%
G = 31.59%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AD8573 (or 0xAD8573) is known color: Brandy Rose. HEX triplet: AD, 85 and 73. RGB value is (173,133,115). Sum of RGB (Red+Green+Blue) = 173+133+115=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8573 is #527A8C. Grayscale: #8F8F8F. Windows color (decimal): -5405325 or 7570861. OLE color: 7570861.

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

Color convert

RGB 173 133 115 -
CMYK 0 0.23 0.34 0.32
HSL 18.62º 0.26% 0.56% -
HSV(B) 18.62º 0.34% 0.68% -
XYZ 28.72 26.9 19.9 -
YUV 142.91 112.25 149.46 -
System Red Green Blue C M Y K H S L
Decimal 173 133 115 0 0.23 0.34 0.32 18.62 0.26 0.56
Hex AD 85 73 0 17 22 20 13 1A 38
Octal 255 205 163 0 27 42 40 23 32 70
Binary 10101101 10000101 1110011 0 10111 100010 100000 10011 11010 111000

Color Harmonies of #AD8573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8573

Black with #AD8573

Text Example


Text Example

White with #AD8573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8573; }

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

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

background-color css

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

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

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

border-color css

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

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

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