Html Css Color HEX #AD877D Brandy Rose

📋 copy color: '#AD877D'

red 173 ◦ green 135 ◦ blue 125

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

Shades of Brandy Rose #AD877D

Tints of Brandy Rose #AD877D

RGB

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

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

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

R = 39.95%
G = 31.18%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD877D (or 0xAD877D) is known color: Brandy Rose. HEX triplet: AD, 87 and 7D. RGB value is (173,135,125). Sum of RGB (Red+Green+Blue) = 173+135+125=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 135 (53.12% from 255 or 31.18% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #AD877D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD877D is #527882. Grayscale: #919191. Windows color (decimal): -5404803 or 8226733. OLE color: 8226733.

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

Color convert

RGB 173 135 125 -
CMYK 0 0.22 0.28 0.32
HSL 12.5º 0.23% 0.58% -
HSV(B) 12.5º 0.28% 0.68% -
XYZ 29.6 27.69 23.19 -
YUV 145.22 116.59 147.81 -
System Red Green Blue C M Y K H S L
Decimal 173 135 125 0 0.22 0.28 0.32 12.5 0.23 0.58
Hex AD 87 7D 0 16 1C 20 C 17 3A
Octal 255 207 175 0 26 34 40 14 27 72
Binary 10101101 10000111 1111101 0 10110 11100 100000 1100 10111 111010

Color Harmonies of #AD877D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD877D

Black with #AD877D

Text Example


Text Example

White with #AD877D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD877D; }

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

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

background-color css

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

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

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

border-color css

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

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

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