Html Css Color HEX #AD867E Brandy Rose

📋 copy color: '#AD867E'

red 173 ◦ green 134 ◦ blue 126

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

Shades of Brandy Rose #AD867E

Tints of Brandy Rose #AD867E

RGB

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

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

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

R = 39.95%
G = 30.95%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD867E (or 0xAD867E) is known color: Brandy Rose. HEX triplet: AD, 86 and 7E. RGB value is (173,134,126). Sum of RGB (Red+Green+Blue) = 173+134+126=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #AD867E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD867E is #527981. Grayscale: #909090. Windows color (decimal): -5405058 or 8292013. OLE color: 8292013.

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

Color convert

RGB 173 134 126 -
CMYK 0 0.23 0.27 0.32
HSL 10.21º 0.22% 0.59% -
HSV(B) 10.21º 0.27% 0.68% -
XYZ 29.52 27.44 23.48 -
YUV 144.75 117.42 148.15 -
System Red Green Blue C M Y K H S L
Decimal 173 134 126 0 0.23 0.27 0.32 10.21 0.22 0.59
Hex AD 86 7E 0 17 1B 20 A 16 3B
Octal 255 206 176 0 27 33 40 12 26 73
Binary 10101101 10000110 1111110 0 10111 11011 100000 1010 10110 111011

Color Harmonies of #AD867E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD867E

Black with #AD867E

Text Example


Text Example

White with #AD867E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD867E; }

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

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

background-color css

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

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

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

border-color css

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

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

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