Html Css Color HEX #AD897F Brandy Rose

📋 copy color: '#AD897F'

red 173 ◦ green 137 ◦ blue 127

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

Shades of Brandy Rose #AD897F

Tints of Brandy Rose #AD897F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.35%

 BLUE value IS 127 (50% from 255) = 29.06%

R = 39.59%
G = 31.35%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD897F (or 0xAD897F) is known color: Brandy Rose. HEX triplet: AD, 89 and 7F. RGB value is (173,137,127). Sum of RGB (Red+Green+Blue) = 173+137+127=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 137 (53.91% from 255 or 31.35% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 173 - color contains mainly: red. Hex color #AD897F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD897F is #527680. Grayscale: #929292. Windows color (decimal): -5404289 or 8358317. OLE color: 8358317.

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

Color convert

RGB 173 137 127 -
CMYK 0 0.21 0.27 0.32
HSL 13.04º 0.22% 0.59% -
HSV(B) 13.04º 0.27% 0.68% -
XYZ 30.01 28.31 23.96 -
YUV 146.62 116.93 146.81 -
System Red Green Blue C M Y K H S L
Decimal 173 137 127 0 0.21 0.27 0.32 13.04 0.22 0.59
Hex AD 89 7F 0 15 1B 20 D 16 3B
Octal 255 211 177 0 25 33 40 15 26 73
Binary 10101101 10001001 1111111 0 10101 11011 100000 1101 10110 111011

Color Harmonies of #AD897F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD897F

Black with #AD897F

Text Example


Text Example

White with #AD897F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD897F; }

 p { color: rgb(173,137,127); }

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

background-color css

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

 a { background-color: rgb(173,137,127); }

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

border-color css

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

 span { border-color: rgb(173,137,127); }

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