Html Css Color HEX #AD887D Brandy Rose

📋 copy color: '#AD887D'

red 173 ◦ green 136 ◦ blue 125

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

Shades of Brandy Rose #AD887D

Tints of Brandy Rose #AD887D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.34%

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

R = 39.86%
G = 31.34%
B = 28.8%

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

#AD887D (or 0xAD887D) is known color: Brandy Rose. HEX triplet: AD, 88 and 7D. RGB value is (173,136,125). Sum of RGB (Red+Green+Blue) = 173+136+125=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 173 - color contains mainly: red. Hex color #AD887D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD887D is #527782. Grayscale: #919191. Windows color (decimal): -5404547 or 8226989. OLE color: 8226989.

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

Color convert

RGB 173 136 125 -
CMYK 0 0.21 0.28 0.32
HSL 13.75º 0.23% 0.58% -
HSV(B) 13.75º 0.28% 0.68% -
XYZ 29.74 27.97 23.23 -
YUV 145.81 116.26 147.39 -
System Red Green Blue C M Y K H S L
Decimal 173 136 125 0 0.21 0.28 0.32 13.75 0.23 0.58
Hex AD 88 7D 0 15 1C 20 E 17 3A
Octal 255 210 175 0 25 34 40 16 27 72
Binary 10101101 10001000 1111101 0 10101 11100 100000 1110 10111 111010

Color Harmonies of #AD887D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD887D

Black with #AD887D

Text Example


Text Example

White with #AD887D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD887D; }

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

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

background-color css

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

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

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

border-color css

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

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

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