Html Css Color HEX #AD8774 Brandy Rose

📋 copy color: '#AD8774'

red 173 ◦ green 135 ◦ blue 116

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

Shades of Brandy Rose #AD8774

Tints of Brandy Rose #AD8774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.36%

R = 40.8%
G = 31.84%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AD8774 (or 0xAD8774) is known color: Brandy Rose. HEX triplet: AD, 87 and 74. RGB value is (173,135,116). Sum of RGB (Red+Green+Blue) = 173+135+116=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 135 (53.12% from 255 or 31.84% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8774 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8774 is #52788B. Grayscale: #909090. Windows color (decimal): -5404812 or 7636909. OLE color: 7636909.

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

Color convert

RGB 173 135 116 -
CMYK 0 0.22 0.33 0.32
HSL 20º 0.26% 0.57% -
HSV(B) 20º 0.33% 0.68% -
XYZ 29.05 27.47 20.29 -
YUV 144.2 112.09 148.54 -
System Red Green Blue C M Y K H S L
Decimal 173 135 116 0 0.22 0.33 0.32 20 0.26 0.57
Hex AD 87 74 0 16 21 20 14 1A 39
Octal 255 207 164 0 26 41 40 24 32 71
Binary 10101101 10000111 1110100 0 10110 100001 100000 10100 11010 111001

Color Harmonies of #AD8774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8774

Black with #AD8774

Text Example


Text Example

White with #AD8774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8774; }

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

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

background-color css

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

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

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

border-color css

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

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

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