Html Css Color HEX #AD867D Brandy Rose

📋 copy color: '#AD867D'

red 173 ◦ green 134 ◦ blue 125

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

Shades of Brandy Rose #AD867D

Tints of Brandy Rose #AD867D

RGB

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

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

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

R = 40.05%
G = 31.02%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD867D (or 0xAD867D) is known color: Brandy Rose. HEX triplet: AD, 86 and 7D. RGB value is (173,134,125). Sum of RGB (Red+Green+Blue) = 173+134+125=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #AD867D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD867D is #527982. Grayscale: #909090. Windows color (decimal): -5405059 or 8226477. OLE color: 8226477.

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

Color convert

RGB 173 134 125 -
CMYK 0 0.23 0.28 0.32
HSL 11.25º 0.23% 0.58% -
HSV(B) 11.25º 0.28% 0.68% -
XYZ 29.46 27.42 23.14 -
YUV 144.64 116.92 148.23 -
System Red Green Blue C M Y K H S L
Decimal 173 134 125 0 0.23 0.28 0.32 11.25 0.23 0.58
Hex AD 86 7D 0 17 1C 20 B 17 3A
Octal 255 206 175 0 27 34 40 13 27 72
Binary 10101101 10000110 1111101 0 10111 11100 100000 1011 10111 111010

Color Harmonies of #AD867D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD867D

Black with #AD867D

Text Example


Text Example

White with #AD867D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD867D; }

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

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

background-color css

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

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

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

border-color css

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

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

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