Html Css Color HEX #AD847D Brandy Rose

📋 copy color: '#AD847D'

red 173 ◦ green 132 ◦ blue 125

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

Shades of Brandy Rose #AD847D

Tints of Brandy Rose #AD847D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.7%

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

R = 40.23%
G = 30.7%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD847D (or 0xAD847D) is known color: Brandy Rose. HEX triplet: AD, 84 and 7D. RGB value is (173,132,125). Sum of RGB (Red+Green+Blue) = 173+132+125=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 173 - color contains mainly: red. Hex color #AD847D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD847D is #527B82. Grayscale: #8F8F8F. Windows color (decimal): -5405571 or 8225965. OLE color: 8225965.

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

Color convert

RGB 173 132 125 -
CMYK 0 0.24 0.28 0.32
HSL 8.75º 0.23% 0.58% -
HSV(B) 8.75º 0.28% 0.68% -
XYZ 29.19 26.87 23.05 -
YUV 143.46 117.58 149.07 -
System Red Green Blue C M Y K H S L
Decimal 173 132 125 0 0.24 0.28 0.32 8.75 0.23 0.58
Hex AD 84 7D 0 18 1C 20 9 17 3A
Octal 255 204 175 0 30 34 40 11 27 72
Binary 10101101 10000100 1111101 0 11000 11100 100000 1001 10111 111010

Color Harmonies of #AD847D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD847D

Black with #AD847D

Text Example


Text Example

White with #AD847D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD847D; }

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

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

background-color css

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

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

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

border-color css

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

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

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