Html Css Color HEX #AD8877 Brandy Rose

📋 copy color: '#AD8877'

red 173 ◦ green 136 ◦ blue 119

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

Shades of Brandy Rose #AD8877

Tints of Brandy Rose #AD8877

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.78%

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

R = 40.42%
G = 31.78%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AD8877 (or 0xAD8877) is known color: Brandy Rose. HEX triplet: AD, 88 and 77. RGB value is (173,136,119). Sum of RGB (Red+Green+Blue) = 173+136+119=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 136 (53.52% from 255 or 31.78% from 428); Blue value is 119 (46.88% from 255 or 27.80% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8877 is #527788. Grayscale: #919191. Windows color (decimal): -5404553 or 7833773. OLE color: 7833773.

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

Color convert

RGB 173 136 119 -
CMYK 0 0.21 0.31 0.32
HSL 18.89º 0.25% 0.57% -
HSV(B) 18.89º 0.31% 0.68% -
XYZ 29.37 27.82 21.28 -
YUV 145.13 113.26 147.88 -
System Red Green Blue C M Y K H S L
Decimal 173 136 119 0 0.21 0.31 0.32 18.89 0.25 0.57
Hex AD 88 77 0 15 1F 20 13 19 39
Octal 255 210 167 0 25 37 40 23 31 71
Binary 10101101 10001000 1110111 0 10101 11111 100000 10011 11001 111001

Color Harmonies of #AD8877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8877

Black with #AD8877

Text Example


Text Example

White with #AD8877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8877; }

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

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

background-color css

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

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

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

border-color css

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

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

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