Html Css Color HEX #AD8779 Brandy Rose

📋 copy color: '#AD8779'

red 173 ◦ green 135 ◦ blue 121

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

Shades of Brandy Rose #AD8779

Tints of Brandy Rose #AD8779

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.47%

 BLUE value IS 121 (47.66% from 255) = 28.21%

R = 40.33%
G = 31.47%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AD8779 (or 0xAD8779) is known color: Brandy Rose. HEX triplet: AD, 87 and 79. RGB value is (173,135,121). Sum of RGB (Red+Green+Blue) = 173+135+121=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 121 (47.66% from 255 or 28.21% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8779 is #527886. Grayscale: #909090. Windows color (decimal): -5404807 or 7964589. OLE color: 7964589.

HSL color Cylindrical-coordinate representation of color #AD8779: hue angle of 16.15º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD8779 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 135 121 -
CMYK 0 0.22 0.30 0.32
HSL 16.15º 0.24% 0.58% -
HSV(B) 16.15º 0.3% 0.68% -
XYZ 29.35 27.59 21.87 -
YUV 144.77 114.59 148.14 -
System Red Green Blue C M Y K H S L
Decimal 173 135 121 0 0.22 0.30 0.32 16.15 0.24 0.58
Hex AD 87 79 0 16 1E 20 10 18 3A
Octal 255 207 171 0 26 36 40 20 30 72
Binary 10101101 10000111 1111001 0 10110 11110 100000 10000 11000 111010

Color Harmonies of #AD8779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8779

Black with #AD8779

Text Example


Text Example

White with #AD8779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8779; }

 p { color: rgb(173,135,121); }

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

background-color css

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

 a { background-color: rgb(173,135,121); }

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

border-color css

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

 span { border-color: rgb(173,135,121); }

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