Html Css Color HEX #AD7F76 Brandy Rose

📋 copy color: '#AD7F76'

red 173 ◦ green 127 ◦ blue 118

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

Shades of Brandy Rose #AD7F76

Tints of Brandy Rose #AD7F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.23%

R = 41.39%
G = 30.38%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD7F76 (or 0xAD7F76) is known color: Brandy Rose. HEX triplet: AD, 7F and 76. RGB value is (173,127,118). Sum of RGB (Red+Green+Blue) = 173+127+118=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7F76 is #528089. Grayscale: #8B8B8B. Windows color (decimal): -5406858 or 7765933. OLE color: 7765933.

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

Color convert

RGB 173 127 118 -
CMYK 0 0.27 0.32 0.32
HSL 9.82º 0.25% 0.57% -
HSV(B) 9.82º 0.32% 0.68% -
XYZ 28.09 25.37 20.56 -
YUV 139.73 115.74 151.73 -
System Red Green Blue C M Y K H S L
Decimal 173 127 118 0 0.27 0.32 0.32 9.82 0.25 0.57
Hex AD 7F 76 0 1B 20 20 A 19 39
Octal 255 177 166 0 33 40 40 12 31 71
Binary 10101101 1111111 1110110 0 11011 100000 100000 1010 11001 111001

Color Harmonies of #AD7F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7F76

Black with #AD7F76

Text Example


Text Example

White with #AD7F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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