Html Css Color HEX #AD897D Brandy Rose

📋 copy color: '#AD897D'

red 173 ◦ green 137 ◦ blue 125

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

Shades of Brandy Rose #AD897D

Tints of Brandy Rose #AD897D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.74%

R = 39.77%
G = 31.49%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD897D (or 0xAD897D) is known color: Brandy Rose. HEX triplet: AD, 89 and 7D. RGB value is (173,137,125). Sum of RGB (Red+Green+Blue) = 173+137+125=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 173 - color contains mainly: red. Hex color #AD897D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD897D is #527682. Grayscale: #929292. Windows color (decimal): -5404291 or 8227245. OLE color: 8227245.

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

Color convert

RGB 173 137 125 -
CMYK 0 0.21 0.28 0.32
HSL 15º 0.23% 0.58% -
HSV(B) 15º 0.28% 0.68% -
XYZ 29.88 28.26 23.28 -
YUV 146.4 115.93 146.98 -
System Red Green Blue C M Y K H S L
Decimal 173 137 125 0 0.21 0.28 0.32 15 0.23 0.58
Hex AD 89 7D 0 15 1C 20 F 17 3A
Octal 255 211 175 0 25 34 40 17 27 72
Binary 10101101 10001001 1111101 0 10101 11100 100000 1111 10111 111010

Color Harmonies of #AD897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD897D

Black with #AD897D

Text Example


Text Example

White with #AD897D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD897D; }

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

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

background-color css

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

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

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

border-color css

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

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

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