Html Css Color HEX #AD877F Brandy Rose

📋 copy color: '#AD877F'

red 173 ◦ green 135 ◦ blue 127

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

Shades of Brandy Rose #AD877F

Tints of Brandy Rose #AD877F

RGB

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

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

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

R = 39.77%
G = 31.03%
B = 29.2%

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

#AD877F (or 0xAD877F) is known color: Brandy Rose. HEX triplet: AD, 87 and 7F. RGB value is (173,135,127). Sum of RGB (Red+Green+Blue) = 173+135+127=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 173 - color contains mainly: red. Hex color #AD877F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD877F is #527880. Grayscale: #919191. Windows color (decimal): -5404801 or 8357805. OLE color: 8357805.

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

Color convert

RGB 173 135 127 -
CMYK 0 0.22 0.27 0.32
HSL 10.43º 0.22% 0.59% -
HSV(B) 10.43º 0.27% 0.68% -
XYZ 29.73 27.74 23.87 -
YUV 145.45 117.59 147.65 -
System Red Green Blue C M Y K H S L
Decimal 173 135 127 0 0.22 0.27 0.32 10.43 0.22 0.59
Hex AD 87 7F 0 16 1B 20 A 16 3B
Octal 255 207 177 0 26 33 40 12 26 73
Binary 10101101 10000111 1111111 0 10110 11011 100000 1010 10110 111011

Color Harmonies of #AD877F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD877F

Black with #AD877F

Text Example


Text Example

White with #AD877F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD877F; }

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

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

background-color css

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

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

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

border-color css

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

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

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