Html Css Color HEX #AD8373 Brandy Rose

📋 copy color: '#AD8373'

red 173 ◦ green 131 ◦ blue 115

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

Shades of Brandy Rose #AD8373

Tints of Brandy Rose #AD8373

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.26%

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

R = 41.29%
G = 31.26%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AD8373 (or 0xAD8373) is known color: Brandy Rose. HEX triplet: AD, 83 and 73. RGB value is (173,131,115). Sum of RGB (Red+Green+Blue) = 173+131+115=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8373 is #527C8C. Grayscale: #8D8D8D. Windows color (decimal): -5405837 or 7570349. OLE color: 7570349.

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

Color convert

RGB 173 131 115 -
CMYK 0 0.24 0.34 0.32
HSL 16.55º 0.26% 0.56% -
HSV(B) 16.55º 0.34% 0.68% -
XYZ 28.44 26.35 19.81 -
YUV 141.73 112.91 150.3 -
System Red Green Blue C M Y K H S L
Decimal 173 131 115 0 0.24 0.34 0.32 16.55 0.26 0.56
Hex AD 83 73 0 18 22 20 11 1A 38
Octal 255 203 163 0 30 42 40 21 32 70
Binary 10101101 10000011 1110011 0 11000 100010 100000 10001 11010 111000

Color Harmonies of #AD8373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8373

Black with #AD8373

Text Example


Text Example

White with #AD8373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8373; }

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

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

background-color css

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

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

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

border-color css

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

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

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