Html Css Color HEX #AD877E Brandy Rose

📋 copy color: '#AD877E'

red 173 ◦ green 135 ◦ blue 126

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

Shades of Brandy Rose #AD877E

Tints of Brandy Rose #AD877E

RGB

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

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

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

R = 39.86%
G = 31.11%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD877E (or 0xAD877E) is known color: Brandy Rose. HEX triplet: AD, 87 and 7E. RGB value is (173,135,126). Sum of RGB (Red+Green+Blue) = 173+135+126=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 173 - color contains mainly: red. Hex color #AD877E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD877E is #527881. Grayscale: #919191. Windows color (decimal): -5404802 or 8292269. OLE color: 8292269.

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

Color convert

RGB 173 135 126 -
CMYK 0 0.22 0.27 0.32
HSL 11.49º 0.22% 0.59% -
HSV(B) 11.49º 0.27% 0.68% -
XYZ 29.66 27.72 23.53 -
YUV 145.34 117.09 147.73 -
System Red Green Blue C M Y K H S L
Decimal 173 135 126 0 0.22 0.27 0.32 11.49 0.22 0.59
Hex AD 87 7E 0 16 1B 20 B 16 3B
Octal 255 207 176 0 26 33 40 13 26 73
Binary 10101101 10000111 1111110 0 10110 11011 100000 1011 10110 111011

Color Harmonies of #AD877E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD877E

Black with #AD877E

Text Example


Text Example

White with #AD877E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD877E; }

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

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

background-color css

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

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

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

border-color css

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

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

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