Html Css Color HEX #AD8278 Brandy Rose

📋 copy color: '#AD8278'

red 173 ◦ green 130 ◦ blue 120

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

Shades of Brandy Rose #AD8278

Tints of Brandy Rose #AD8278

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.73%

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

R = 40.9%
G = 30.73%
B = 28.37%

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

#AD8278 (or 0xAD8278) is known color: Brandy Rose. HEX triplet: AD, 82 and 78. RGB value is (173,130,120). Sum of RGB (Red+Green+Blue) = 173+130+120=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8278 is #527D87. Grayscale: #8D8D8D. Windows color (decimal): -5406088 or 7897773. OLE color: 7897773.

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

Color convert

RGB 173 130 120 -
CMYK 0 0.25 0.31 0.32
HSL 11.32º 0.24% 0.57% -
HSV(B) 11.32º 0.31% 0.68% -
XYZ 28.61 26.21 21.32 -
YUV 141.72 115.75 150.31 -
System Red Green Blue C M Y K H S L
Decimal 173 130 120 0 0.25 0.31 0.32 11.32 0.24 0.57
Hex AD 82 78 0 19 1F 20 B 18 39
Octal 255 202 170 0 31 37 40 13 30 71
Binary 10101101 10000010 1111000 0 11001 11111 100000 1011 11000 111001

Color Harmonies of #AD8278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8278

Black with #AD8278

Text Example


Text Example

White with #AD8278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8278; }

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

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

background-color css

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

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

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

border-color css

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

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

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