Html Css Color HEX #AD867C Brandy Rose

📋 copy color: '#AD867C'

red 173 ◦ green 134 ◦ blue 124

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

Shades of Brandy Rose #AD867C

Tints of Brandy Rose #AD867C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.09%

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

R = 40.14%
G = 31.09%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD867C (or 0xAD867C) is known color: Brandy Rose. HEX triplet: AD, 86 and 7C. RGB value is (173,134,124). Sum of RGB (Red+Green+Blue) = 173+134+124=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 173 - color contains mainly: red. Hex color #AD867C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD867C is #527983. Grayscale: #909090. Windows color (decimal): -5405060 or 8160941. OLE color: 8160941.

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

Color convert

RGB 173 134 124 -
CMYK 0 0.23 0.28 0.32
HSL 12.24º 0.23% 0.58% -
HSV(B) 12.24º 0.28% 0.68% -
XYZ 29.4 27.39 22.81 -
YUV 144.52 116.42 148.31 -
System Red Green Blue C M Y K H S L
Decimal 173 134 124 0 0.23 0.28 0.32 12.24 0.23 0.58
Hex AD 86 7C 0 17 1C 20 C 17 3A
Octal 255 206 174 0 27 34 40 14 27 72
Binary 10101101 10000110 1111100 0 10111 11100 100000 1100 10111 111010

Color Harmonies of #AD867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD867C

Black with #AD867C

Text Example


Text Example

White with #AD867C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD867C; }

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

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

background-color css

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

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

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

border-color css

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

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

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