Html Css Color HEX #AD8078 Brandy Rose

📋 copy color: '#AD8078'

red 173 ◦ green 128 ◦ blue 120

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

Shades of Brandy Rose #AD8078

Tints of Brandy Rose #AD8078

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.4%

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

R = 41.09%
G = 30.4%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AD8078 (or 0xAD8078) is known color: Brandy Rose. HEX triplet: AD, 80 and 78. RGB value is (173,128,120). Sum of RGB (Red+Green+Blue) = 173+128+120=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 120 (47.27% from 255 or 28.50% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8078 is #527F87. Grayscale: #8C8C8C. Windows color (decimal): -5406600 or 7897261. OLE color: 7897261.

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

Color convert

RGB 173 128 120 -
CMYK 0 0.26 0.31 0.32
HSL 9.06º 0.24% 0.57% -
HSV(B) 9.06º 0.31% 0.68% -
XYZ 28.34 25.68 21.23 -
YUV 140.54 116.41 151.15 -
System Red Green Blue C M Y K H S L
Decimal 173 128 120 0 0.26 0.31 0.32 9.06 0.24 0.57
Hex AD 80 78 0 1A 1F 20 9 18 39
Octal 255 200 170 0 32 37 40 11 30 71
Binary 10101101 10000000 1111000 0 11010 11111 100000 1001 11000 111001

Color Harmonies of #AD8078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8078

Black with #AD8078

Text Example


Text Example

White with #AD8078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8078; }

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

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

background-color css

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

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

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

border-color css

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

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

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