Html Css Color HEX #AD8677 Brandy Rose

📋 copy color: '#AD8677'

red 173 ◦ green 134 ◦ blue 119

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

Shades of Brandy Rose #AD8677

Tints of Brandy Rose #AD8677

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.46%

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

R = 40.61%
G = 31.46%
B = 27.93%

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

#AD8677 (or 0xAD8677) is known color: Brandy Rose. HEX triplet: AD, 86 and 77. RGB value is (173,134,119). Sum of RGB (Red+Green+Blue) = 173+134+119=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8677 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8677 is #527988. Grayscale: #909090. Windows color (decimal): -5405065 or 7833261. OLE color: 7833261.

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

Color convert

RGB 173 134 119 -
CMYK 0 0.23 0.31 0.32
HSL 16.67º 0.25% 0.57% -
HSV(B) 16.67º 0.31% 0.68% -
XYZ 29.09 27.27 21.18 -
YUV 143.95 113.92 148.72 -
System Red Green Blue C M Y K H S L
Decimal 173 134 119 0 0.23 0.31 0.32 16.67 0.25 0.57
Hex AD 86 77 0 17 1F 20 11 19 39
Octal 255 206 167 0 27 37 40 21 31 71
Binary 10101101 10000110 1110111 0 10111 11111 100000 10001 11001 111001

Color Harmonies of #AD8677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8677

Black with #AD8677

Text Example


Text Example

White with #AD8677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8677; }

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

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

background-color css

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

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

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

border-color css

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

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

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