Html Css Color HEX #AD7D77 Brandy Rose

📋 copy color: '#AD7D77'

red 173 ◦ green 125 ◦ blue 119

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

Shades of Brandy Rose #AD7D77

Tints of Brandy Rose #AD7D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.54%

R = 41.49%
G = 29.98%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AD7D77 (or 0xAD7D77) is known color: Brandy Rose. HEX triplet: AD, 7D and 77. RGB value is (173,125,119). Sum of RGB (Red+Green+Blue) = 173+125+119=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7D77 is #528288. Grayscale: #8A8A8A. Windows color (decimal): -5407369 or 7830957. OLE color: 7830957.

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

Color convert

RGB 173 125 119 -
CMYK 0 0.28 0.31 0.32
HSL 6.67º 0.25% 0.57% -
HSV(B) 6.67º 0.31% 0.68% -
XYZ 27.9 24.88 20.79 -
YUV 138.67 116.9 152.49 -
System Red Green Blue C M Y K H S L
Decimal 173 125 119 0 0.28 0.31 0.32 6.67 0.25 0.57
Hex AD 7D 77 0 1C 1F 20 7 19 39
Octal 255 175 167 0 34 37 40 7 31 71
Binary 10101101 1111101 1110111 0 11100 11111 100000 111 11001 111001

Color Harmonies of #AD7D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7D77

Black with #AD7D77

Text Example


Text Example

White with #AD7D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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