Html Css Color HEX #AD7C74 Brandy Rose

📋 copy color: '#AD7C74'

red 173 ◦ green 124 ◦ blue 116

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

Shades of Brandy Rose #AD7C74

Tints of Brandy Rose #AD7C74

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.02%

 BLUE value IS 116 (45.7% from 255) = 28.09%

R = 41.89%
G = 30.02%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AD7C74 (or 0xAD7C74) is known color: Brandy Rose. HEX triplet: AD, 7C and 74. RGB value is (173,124,116). Sum of RGB (Red+Green+Blue) = 173+124+116=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 116 (45.70% from 255 or 28.09% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7C74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7C74 is #52838B. Grayscale: #898989. Windows color (decimal): -5407628 or 7634093. OLE color: 7634093.

HSL color Cylindrical-coordinate representation of color #AD7C74: hue angle of 8.42º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD7C74 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 124 116 -
CMYK 0 0.28 0.33 0.32
HSL 8.42º 0.26% 0.57% -
HSV(B) 8.42º 0.33% 0.68% -
XYZ 27.59 24.56 19.81 -
YUV 137.74 115.73 153.15 -
System Red Green Blue C M Y K H S L
Decimal 173 124 116 0 0.28 0.33 0.32 8.42 0.26 0.57
Hex AD 7C 74 0 1C 21 20 8 1A 39
Octal 255 174 164 0 34 41 40 10 32 71
Binary 10101101 1111100 1110100 0 11100 100001 100000 1000 11010 111001

Color Harmonies of #AD7C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7C74

Black with #AD7C74

Text Example


Text Example

White with #AD7C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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