Html Css Color HEX #AD7F74 Brandy Rose

📋 copy color: '#AD7F74'

red 173 ◦ green 127 ◦ blue 116

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

Shades of Brandy Rose #AD7F74

Tints of Brandy Rose #AD7F74

RGB

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

 GREEN value IS 127 (50% from 255) = 30.53%

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

R = 41.59%
G = 30.53%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AD7F74 (or 0xAD7F74) is known color: Brandy Rose. HEX triplet: AD, 7F and 74. RGB value is (173,127,116). Sum of RGB (Red+Green+Blue) = 173+127+116=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 116 (45.70% from 255 or 27.88% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7F74 is #52808B. Grayscale: #8B8B8B. Windows color (decimal): -5406860 or 7634861. OLE color: 7634861.

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

Color convert

RGB 173 127 116 -
CMYK 0 0.27 0.33 0.32
HSL 11.58º 0.26% 0.57% -
HSV(B) 11.58º 0.33% 0.68% -
XYZ 27.98 25.32 19.94 -
YUV 139.5 114.74 151.89 -
System Red Green Blue C M Y K H S L
Decimal 173 127 116 0 0.27 0.33 0.32 11.58 0.26 0.57
Hex AD 7F 74 0 1B 21 20 C 1A 39
Octal 255 177 164 0 33 41 40 14 32 71
Binary 10101101 1111111 1110100 0 11011 100001 100000 1100 11010 111001

Color Harmonies of #AD7F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7F74

Black with #AD7F74

Text Example


Text Example

White with #AD7F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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