Html Css Color HEX #AD8476 Brandy Rose

📋 copy color: '#AD8476'

red 173 ◦ green 132 ◦ blue 118

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

Shades of Brandy Rose #AD8476

Tints of Brandy Rose #AD8476

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.21%

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

R = 40.9%
G = 31.21%
B = 27.9%

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

#AD8476 (or 0xAD8476) is known color: Brandy Rose. HEX triplet: AD, 84 and 76. RGB value is (173,132,118). Sum of RGB (Red+Green+Blue) = 173+132+118=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8476 is #527B89. Grayscale: #8E8E8E. Windows color (decimal): -5405578 or 7767213. OLE color: 7767213.

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

Color convert

RGB 173 132 118 -
CMYK 0 0.24 0.32 0.32
HSL 15.27º 0.25% 0.57% -
HSV(B) 15.27º 0.32% 0.68% -
XYZ 28.75 26.69 20.78 -
YUV 142.66 114.08 149.64 -
System Red Green Blue C M Y K H S L
Decimal 173 132 118 0 0.24 0.32 0.32 15.27 0.25 0.57
Hex AD 84 76 0 18 20 20 F 19 39
Octal 255 204 166 0 30 40 40 17 31 71
Binary 10101101 10000100 1110110 0 11000 100000 100000 1111 11001 111001

Color Harmonies of #AD8476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8476

Black with #AD8476

Text Example


Text Example

White with #AD8476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8476; }

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

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

background-color css

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

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

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

border-color css

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

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

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