Html Css Color HEX #AD8376 Brandy Rose

📋 copy color: '#AD8376'

red 173 ◦ green 131 ◦ blue 118

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

Shades of Brandy Rose #AD8376

Tints of Brandy Rose #AD8376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.96%

R = 41%
G = 31.04%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD8376 (or 0xAD8376) is known color: Brandy Rose. HEX triplet: AD, 83 and 76. RGB value is (173,131,118). Sum of RGB (Red+Green+Blue) = 173+131+118=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8376 is #527C89. Grayscale: #8E8E8E. Windows color (decimal): -5405834 or 7766957. OLE color: 7766957.

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

Color convert

RGB 173 131 118 -
CMYK 0 0.24 0.32 0.32
HSL 14.18º 0.25% 0.57% -
HSV(B) 14.18º 0.32% 0.68% -
XYZ 28.62 26.42 20.73 -
YUV 142.08 114.41 150.06 -
System Red Green Blue C M Y K H S L
Decimal 173 131 118 0 0.24 0.32 0.32 14.18 0.25 0.57
Hex AD 83 76 0 18 20 20 E 19 39
Octal 255 203 166 0 30 40 40 16 31 71
Binary 10101101 10000011 1110110 0 11000 100000 100000 1110 11001 111001

Color Harmonies of #AD8376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8376

Black with #AD8376

Text Example


Text Example

White with #AD8376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8376; }

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

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

background-color css

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

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

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

border-color css

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

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

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