Html Css Color HEX #AD867F Brandy Rose

📋 copy color: '#AD867F'

red 173 ◦ green 134 ◦ blue 127

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

Shades of Brandy Rose #AD867F

Tints of Brandy Rose #AD867F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.88%

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

R = 39.86%
G = 30.88%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD867F (or 0xAD867F) is known color: Brandy Rose. HEX triplet: AD, 86 and 7F. RGB value is (173,134,127). Sum of RGB (Red+Green+Blue) = 173+134+127=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 173 - color contains mainly: red. Hex color #AD867F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD867F is #527980. Grayscale: #909090. Windows color (decimal): -5405057 or 8357549. OLE color: 8357549.

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

Color convert

RGB 173 134 127 -
CMYK 0 0.23 0.27 0.32
HSL 9.13º 0.22% 0.59% -
HSV(B) 9.13º 0.27% 0.68% -
XYZ 29.59 27.47 23.82 -
YUV 144.86 117.92 148.07 -
System Red Green Blue C M Y K H S L
Decimal 173 134 127 0 0.23 0.27 0.32 9.13 0.22 0.59
Hex AD 86 7F 0 17 1B 20 9 16 3B
Octal 255 206 177 0 27 33 40 11 26 73
Binary 10101101 10000110 1111111 0 10111 11011 100000 1001 10110 111011

Color Harmonies of #AD867F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD867F

Black with #AD867F

Text Example


Text Example

White with #AD867F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD867F; }

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

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

background-color css

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

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

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

border-color css

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

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

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