Html Css Color HEX #AD8473 Brandy Rose

📋 copy color: '#AD8473'

red 173 ◦ green 132 ◦ blue 115

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

Shades of Brandy Rose #AD8473

Tints of Brandy Rose #AD8473

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.43%

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

R = 41.19%
G = 31.43%
B = 27.38%

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

#AD8473 (or 0xAD8473) is known color: Brandy Rose. HEX triplet: AD, 84 and 73. RGB value is (173,132,115). Sum of RGB (Red+Green+Blue) = 173+132+115=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8473 is #527B8C. Grayscale: #8E8E8E. Windows color (decimal): -5405581 or 7570605. OLE color: 7570605.

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

Color convert

RGB 173 132 115 -
CMYK 0 0.24 0.34 0.32
HSL 17.59º 0.26% 0.56% -
HSV(B) 17.59º 0.34% 0.68% -
XYZ 28.58 26.62 19.85 -
YUV 142.32 112.58 149.88 -
System Red Green Blue C M Y K H S L
Decimal 173 132 115 0 0.24 0.34 0.32 17.59 0.26 0.56
Hex AD 84 73 0 18 22 20 12 1A 38
Octal 255 204 163 0 30 42 40 22 32 70
Binary 10101101 10000100 1110011 0 11000 100010 100000 10010 11010 111000

Color Harmonies of #AD8473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8473

Black with #AD8473

Text Example


Text Example

White with #AD8473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8473; }

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

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

background-color css

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

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

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

border-color css

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

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

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