Html Css Color HEX #AD8070 Brandy Rose

📋 copy color: '#AD8070'

red 173 ◦ green 128 ◦ blue 112

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

Shades of Brandy Rose #AD8070

Tints of Brandy Rose #AD8070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.12%

R = 41.89%
G = 30.99%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AD8070 (or 0xAD8070) is known color: Brandy Rose. HEX triplet: AD, 80 and 70. RGB value is (173,128,112). Sum of RGB (Red+Green+Blue) = 173+128+112=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8070 is #527F8F. Grayscale: #8B8B8B. Windows color (decimal): -5406608 or 7372973. OLE color: 7372973.

HSL color Cylindrical-coordinate representation of color #AD8070: hue angle of 15.74º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD8070 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 128 112 -
CMYK 0 0.26 0.35 0.32
HSL 15.74º 0.27% 0.56% -
HSV(B) 15.74º 0.35% 0.68% -
XYZ 27.88 25.49 18.78 -
YUV 139.63 112.41 151.8 -
System Red Green Blue C M Y K H S L
Decimal 173 128 112 0 0.26 0.35 0.32 15.74 0.27 0.56
Hex AD 80 70 0 1A 23 20 10 1B 38
Octal 255 200 160 0 32 43 40 20 33 70
Binary 10101101 10000000 1110000 0 11010 100011 100000 10000 11011 111000

Color Harmonies of #AD8070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8070

Black with #AD8070

Text Example


Text Example

White with #AD8070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8070; }

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

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

background-color css

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

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

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

border-color css

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

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

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