Html Css Color HEX #AD7D7C Brandy Rose

📋 copy color: '#AD7D7C'

red 173 ◦ green 125 ◦ blue 124

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

Shades of Brandy Rose #AD7D7C

Tints of Brandy Rose #AD7D7C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.62%

 BLUE value IS 124 (48.83% from 255) = 29.38%

R = 41%
G = 29.62%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD7D7C (or 0xAD7D7C) is known color: Brandy Rose. HEX triplet: AD, 7D and 7C. RGB value is (173,125,124). Sum of RGB (Red+Green+Blue) = 173+125+124=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 125 (49.22% from 255 or 29.62% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7D7C is #528283. Grayscale: #8B8B8B. Windows color (decimal): -5407364 or 8158637. OLE color: 8158637.

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

Color convert

RGB 173 125 124 -
CMYK 0 0.28 0.28 0.32
HSL 1.22º 0.23% 0.58% -
HSV(B) 1.22º 0.28% 0.68% -
XYZ 28.21 25.01 22.41 -
YUV 139.24 119.4 152.08 -
System Red Green Blue C M Y K H S L
Decimal 173 125 124 0 0.28 0.28 0.32 1.22 0.23 0.58
Hex AD 7D 7C 0 1C 1C 20 1 17 3A
Octal 255 175 174 0 34 34 40 1 27 72
Binary 10101101 1111101 1111100 0 11100 11100 100000 1 10111 111010

Color Harmonies of #AD7D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7D7C

Black with #AD7D7C

Text Example


Text Example

White with #AD7D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7D7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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