Html Css Color HEX #AD8577 Brandy Rose

📋 copy color: '#AD8577'

red 173 ◦ green 133 ◦ blue 119

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

Shades of Brandy Rose #AD8577

Tints of Brandy Rose #AD8577

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.29%

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

R = 40.71%
G = 31.29%
B = 28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AD8577 (or 0xAD8577) is known color: Brandy Rose. HEX triplet: AD, 85 and 77. RGB value is (173,133,119). Sum of RGB (Red+Green+Blue) = 173+133+119=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 133 (52.34% from 255 or 31.29% from 425); Blue value is 119 (46.88% from 255 or 28% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8577 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8577 is #527A88. Grayscale: #8F8F8F. Windows color (decimal): -5405321 or 7833005. OLE color: 7833005.

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

Color convert

RGB 173 133 119 -
CMYK 0 0.23 0.31 0.32
HSL 15.56º 0.25% 0.57% -
HSV(B) 15.56º 0.31% 0.68% -
XYZ 28.95 26.99 21.14 -
YUV 143.36 114.25 149.14 -
System Red Green Blue C M Y K H S L
Decimal 173 133 119 0 0.23 0.31 0.32 15.56 0.25 0.57
Hex AD 85 77 0 17 1F 20 10 19 39
Octal 255 205 167 0 27 37 40 20 31 71
Binary 10101101 10000101 1110111 0 10111 11111 100000 10000 11001 111001

Color Harmonies of #AD8577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8577

Black with #AD8577

Text Example


Text Example

White with #AD8577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8577; }

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

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

background-color css

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

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

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

border-color css

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

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

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