Html Css Color HEX #AD847E Brandy Rose

📋 copy color: '#AD847E'

red 173 ◦ green 132 ◦ blue 126

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

Shades of Brandy Rose #AD847E

Tints of Brandy Rose #AD847E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.23%

R = 40.14%
G = 30.63%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD847E (or 0xAD847E) is known color: Brandy Rose. HEX triplet: AD, 84 and 7E. RGB value is (173,132,126). Sum of RGB (Red+Green+Blue) = 173+132+126=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 173 - color contains mainly: red. Hex color #AD847E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD847E is #527B81. Grayscale: #8F8F8F. Windows color (decimal): -5405570 or 8291501. OLE color: 8291501.

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

Color convert

RGB 173 132 126 -
CMYK 0 0.24 0.27 0.32
HSL 7.66º 0.22% 0.59% -
HSV(B) 7.66º 0.27% 0.68% -
XYZ 29.25 26.89 23.39 -
YUV 143.58 118.08 148.99 -
System Red Green Blue C M Y K H S L
Decimal 173 132 126 0 0.24 0.27 0.32 7.66 0.22 0.59
Hex AD 84 7E 0 18 1B 20 8 16 3B
Octal 255 204 176 0 30 33 40 10 26 73
Binary 10101101 10000100 1111110 0 11000 11011 100000 1000 10110 111011

Color Harmonies of #AD847E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD847E

Black with #AD847E

Text Example


Text Example

White with #AD847E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD847E; }

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

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

background-color css

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

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

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

border-color css

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

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

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