Html Css Color HEX #AD8372 Brandy Rose

📋 copy color: '#AD8372'

red 173 ◦ green 131 ◦ blue 114

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

Shades of Brandy Rose #AD8372

Tints of Brandy Rose #AD8372

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.34%

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

R = 41.39%
G = 31.34%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AD8372 (or 0xAD8372) is known color: Brandy Rose. HEX triplet: AD, 83 and 72. RGB value is (173,131,114). Sum of RGB (Red+Green+Blue) = 173+131+114=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 131 (51.56% from 255 or 31.34% from 418); Blue value is 114 (44.92% from 255 or 27.27% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8372 is #527C8D. Grayscale: #8D8D8D. Windows color (decimal): -5405838 or 7504813. OLE color: 7504813.

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

Color convert

RGB 173 131 114 -
CMYK 0 0.24 0.34 0.32
HSL 17.29º 0.26% 0.56% -
HSV(B) 17.29º 0.34% 0.68% -
XYZ 28.39 26.33 19.51 -
YUV 141.62 112.41 150.38 -
System Red Green Blue C M Y K H S L
Decimal 173 131 114 0 0.24 0.34 0.32 17.29 0.26 0.56
Hex AD 83 72 0 18 22 20 11 1A 38
Octal 255 203 162 0 30 42 40 21 32 70
Binary 10101101 10000011 1110010 0 11000 100010 100000 10001 11010 111000

Color Harmonies of #AD8372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8372

Black with #AD8372

Text Example


Text Example

White with #AD8372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8372; }

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

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

background-color css

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

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

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

border-color css

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

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

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