Html Css Color HEX #AD8474 Brandy Rose

📋 copy color: '#AD8474'

red 173 ◦ green 132 ◦ blue 116

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

Shades of Brandy Rose #AD8474

Tints of Brandy Rose #AD8474

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.35%

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

R = 41.09%
G = 31.35%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AD8474 (or 0xAD8474) is known color: Brandy Rose. HEX triplet: AD, 84 and 74. RGB value is (173,132,116). Sum of RGB (Red+Green+Blue) = 173+132+116=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 116 (45.70% from 255 or 27.55% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8474 is #527B8B. Grayscale: #8E8E8E. Windows color (decimal): -5405580 or 7636141. OLE color: 7636141.

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

Color convert

RGB 173 132 116 -
CMYK 0 0.24 0.33 0.32
HSL 16.84º 0.26% 0.57% -
HSV(B) 16.84º 0.33% 0.68% -
XYZ 28.64 26.65 20.16 -
YUV 142.44 113.08 149.8 -
System Red Green Blue C M Y K H S L
Decimal 173 132 116 0 0.24 0.33 0.32 16.84 0.26 0.57
Hex AD 84 74 0 18 21 20 11 1A 39
Octal 255 204 164 0 30 41 40 21 32 71
Binary 10101101 10000100 1110100 0 11000 100001 100000 10001 11010 111001

Color Harmonies of #AD8474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8474

Black with #AD8474

Text Example


Text Example

White with #AD8474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8474; }

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

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

background-color css

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

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

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

border-color css

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

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

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