Html Css Color HEX #AD7D74 Brandy Rose

📋 copy color: '#AD7D74'

red 173 ◦ green 125 ◦ blue 116

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

Shades of Brandy Rose #AD7D74

Tints of Brandy Rose #AD7D74

RGB

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

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

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

R = 41.79%
G = 30.19%
B = 28.02%

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

#AD7D74 (or 0xAD7D74) is known color: Brandy Rose. HEX triplet: AD, 7D and 74. RGB value is (173,125,116). Sum of RGB (Red+Green+Blue) = 173+125+116=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7D74 is #52828B. Grayscale: #8A8A8A. Windows color (decimal): -5407372 or 7634349. OLE color: 7634349.

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

Color convert

RGB 173 125 116 -
CMYK 0 0.28 0.33 0.32
HSL 9.47º 0.26% 0.57% -
HSV(B) 9.47º 0.33% 0.68% -
XYZ 27.72 24.81 19.85 -
YUV 138.33 115.4 152.73 -
System Red Green Blue C M Y K H S L
Decimal 173 125 116 0 0.28 0.33 0.32 9.47 0.26 0.57
Hex AD 7D 74 0 1C 21 20 9 1A 39
Octal 255 175 164 0 34 41 40 11 32 71
Binary 10101101 1111101 1110100 0 11100 100001 100000 1001 11010 111001

Color Harmonies of #AD7D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7D74

Black with #AD7D74

Text Example


Text Example

White with #AD7D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7D74; }

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

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

background-color css

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

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

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

border-color css

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

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

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