Html Css Color HEX #AD8178 Brandy Rose

📋 copy color: '#AD8178'

red 173 ◦ green 129 ◦ blue 120

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

Shades of Brandy Rose #AD8178

Tints of Brandy Rose #AD8178

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.57%

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

R = 41%
G = 30.57%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AD8178 (or 0xAD8178) is known color: Brandy Rose. HEX triplet: AD, 81 and 78. RGB value is (173,129,120). Sum of RGB (Red+Green+Blue) = 173+129+120=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8178 is #527E87. Grayscale: #8D8D8D. Windows color (decimal): -5406344 or 7897517. OLE color: 7897517.

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

Color convert

RGB 173 129 120 -
CMYK 0 0.25 0.31 0.32
HSL 10.19º 0.24% 0.57% -
HSV(B) 10.19º 0.31% 0.68% -
XYZ 28.47 25.94 21.28 -
YUV 141.13 116.08 150.73 -
System Red Green Blue C M Y K H S L
Decimal 173 129 120 0 0.25 0.31 0.32 10.19 0.24 0.57
Hex AD 81 78 0 19 1F 20 A 18 39
Octal 255 201 170 0 31 37 40 12 30 71
Binary 10101101 10000001 1111000 0 11001 11111 100000 1010 11000 111001

Color Harmonies of #AD8178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8178

Black with #AD8178

Text Example


Text Example

White with #AD8178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8178; }

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

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

background-color css

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

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

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

border-color css

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

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

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