Html Css Color HEX #AD877C Brandy Rose

📋 copy color: '#AD877C'

red 173 ◦ green 135 ◦ blue 124

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

Shades of Brandy Rose #AD877C

Tints of Brandy Rose #AD877C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.25%

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

R = 40.05%
G = 31.25%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD877C (or 0xAD877C) is known color: Brandy Rose. HEX triplet: AD, 87 and 7C. RGB value is (173,135,124). Sum of RGB (Red+Green+Blue) = 173+135+124=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #AD877C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD877C is #527883. Grayscale: #919191. Windows color (decimal): -5404804 or 8161197. OLE color: 8161197.

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

Color convert

RGB 173 135 124 -
CMYK 0 0.22 0.28 0.32
HSL 13.47º 0.23% 0.58% -
HSV(B) 13.47º 0.28% 0.68% -
XYZ 29.54 27.67 22.85 -
YUV 145.11 116.09 147.89 -
System Red Green Blue C M Y K H S L
Decimal 173 135 124 0 0.22 0.28 0.32 13.47 0.23 0.58
Hex AD 87 7C 0 16 1C 20 D 17 3A
Octal 255 207 174 0 26 34 40 15 27 72
Binary 10101101 10000111 1111100 0 10110 11100 100000 1101 10111 111010

Color Harmonies of #AD877C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD877C

Black with #AD877C

Text Example


Text Example

White with #AD877C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD877C; }

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

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

background-color css

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

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

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

border-color css

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

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

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