Html Css Color HEX #AD847C Brandy Rose

📋 copy color: '#AD847C'

red 173 ◦ green 132 ◦ blue 124

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

Shades of Brandy Rose #AD847C

Tints of Brandy Rose #AD847C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.9%

R = 40.33%
G = 30.77%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD847C (or 0xAD847C) is known color: Brandy Rose. HEX triplet: AD, 84 and 7C. RGB value is (173,132,124). Sum of RGB (Red+Green+Blue) = 173+132+124=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 132 (51.95% from 255 or 30.77% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD847C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD847C is #527B83. Grayscale: #8F8F8F. Windows color (decimal): -5405572 or 8160429. OLE color: 8160429.

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

Color convert

RGB 173 132 124 -
CMYK 0 0.24 0.28 0.32
HSL 9.8º 0.23% 0.58% -
HSV(B) 9.8º 0.28% 0.68% -
XYZ 29.12 26.84 22.71 -
YUV 143.35 117.08 149.15 -
System Red Green Blue C M Y K H S L
Decimal 173 132 124 0 0.24 0.28 0.32 9.8 0.23 0.58
Hex AD 84 7C 0 18 1C 20 A 17 3A
Octal 255 204 174 0 30 34 40 12 27 72
Binary 10101101 10000100 1111100 0 11000 11100 100000 1010 10111 111010

Color Harmonies of #AD847C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD847C

Black with #AD847C

Text Example


Text Example

White with #AD847C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD847C; }

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

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

background-color css

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

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

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

border-color css

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

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

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