Html Css Color HEX #AD887C Brandy Rose

📋 copy color: '#AD887C'

red 173 ◦ green 136 ◦ blue 124

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

Shades of Brandy Rose #AD887C

Tints of Brandy Rose #AD887C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.41%

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

R = 39.95%
G = 31.41%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD887C (or 0xAD887C) is known color: Brandy Rose. HEX triplet: AD, 88 and 7C. RGB value is (173,136,124). Sum of RGB (Red+Green+Blue) = 173+136+124=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #AD887C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD887C is #527783. Grayscale: #919191. Windows color (decimal): -5404548 or 8161453. OLE color: 8161453.

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

Color convert

RGB 173 136 124 -
CMYK 0 0.21 0.28 0.32
HSL 14.69º 0.23% 0.58% -
HSV(B) 14.69º 0.28% 0.68% -
XYZ 29.68 27.95 22.9 -
YUV 145.7 115.76 147.48 -
System Red Green Blue C M Y K H S L
Decimal 173 136 124 0 0.21 0.28 0.32 14.69 0.23 0.58
Hex AD 88 7C 0 15 1C 20 F 17 3A
Octal 255 210 174 0 25 34 40 17 27 72
Binary 10101101 10001000 1111100 0 10101 11100 100000 1111 10111 111010

Color Harmonies of #AD887C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD887C

Black with #AD887C

Text Example


Text Example

White with #AD887C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD887C; }

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

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

background-color css

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

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

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

border-color css

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

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

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