Html Css Color HEX #AD8478 Brandy Rose

📋 copy color: '#AD8478'

red 173 ◦ green 132 ◦ blue 120

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

Shades of Brandy Rose #AD8478

Tints of Brandy Rose #AD8478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.24%

R = 40.71%
G = 31.06%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AD8478 (or 0xAD8478) is known color: Brandy Rose. HEX triplet: AD, 84 and 78. RGB value is (173,132,120). Sum of RGB (Red+Green+Blue) = 173+132+120=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8478 is #527B87. Grayscale: #8E8E8E. Windows color (decimal): -5405576 or 7898285. OLE color: 7898285.

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

Color convert

RGB 173 132 120 -
CMYK 0 0.24 0.31 0.32
HSL 13.58º 0.24% 0.57% -
HSV(B) 13.58º 0.31% 0.68% -
XYZ 28.88 26.74 21.41 -
YUV 142.89 115.08 149.48 -
System Red Green Blue C M Y K H S L
Decimal 173 132 120 0 0.24 0.31 0.32 13.58 0.24 0.57
Hex AD 84 78 0 18 1F 20 E 18 39
Octal 255 204 170 0 30 37 40 16 30 71
Binary 10101101 10000100 1111000 0 11000 11111 100000 1110 11000 111001

Color Harmonies of #AD8478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8478

Black with #AD8478

Text Example


Text Example

White with #AD8478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8478; }

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

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

background-color css

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

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

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

border-color css

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

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

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