Html Css Color HEX #AD8072 Brandy Rose

📋 copy color: '#AD8072'

red 173 ◦ green 128 ◦ blue 114

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

Shades of Brandy Rose #AD8072

Tints of Brandy Rose #AD8072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.47%

R = 41.69%
G = 30.84%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AD8072 (or 0xAD8072) is known color: Brandy Rose. HEX triplet: AD, 80 and 72. RGB value is (173,128,114). Sum of RGB (Red+Green+Blue) = 173+128+114=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8072 is #527F8D. Grayscale: #8B8B8B. Windows color (decimal): -5406606 or 7504045. OLE color: 7504045.

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

Color convert

RGB 173 128 114 -
CMYK 0 0.26 0.34 0.32
HSL 14.24º 0.26% 0.56% -
HSV(B) 14.24º 0.34% 0.68% -
XYZ 27.99 25.54 19.37 -
YUV 139.86 113.41 151.64 -
System Red Green Blue C M Y K H S L
Decimal 173 128 114 0 0.26 0.34 0.32 14.24 0.26 0.56
Hex AD 80 72 0 1A 22 20 E 1A 38
Octal 255 200 162 0 32 42 40 16 32 70
Binary 10101101 10000000 1110010 0 11010 100010 100000 1110 11010 111000

Color Harmonies of #AD8072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8072

Black with #AD8072

Text Example


Text Example

White with #AD8072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8072; }

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

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

background-color css

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

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

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

border-color css

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

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

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