Html Css Color HEX #AD8673 Brandy Rose

📋 copy color: '#AD8673'

red 173 ◦ green 134 ◦ blue 115

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

Shades of Brandy Rose #AD8673

Tints of Brandy Rose #AD8673

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.75%

 BLUE value IS 115 (45.31% from 255) = 27.25%

R = 41%
G = 31.75%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AD8673 (or 0xAD8673) is known color: Brandy Rose. HEX triplet: AD, 86 and 73. RGB value is (173,134,115). Sum of RGB (Red+Green+Blue) = 173+134+115=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 134 (52.73% from 255 or 31.75% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8673 is #52798C. Grayscale: #8F8F8F. Windows color (decimal): -5405069 or 7571117. OLE color: 7571117.

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

Color convert

RGB 173 134 115 -
CMYK 0 0.23 0.34 0.32
HSL 19.66º 0.26% 0.56% -
HSV(B) 19.66º 0.34% 0.68% -
XYZ 28.85 27.17 19.94 -
YUV 143.5 111.92 149.04 -
System Red Green Blue C M Y K H S L
Decimal 173 134 115 0 0.23 0.34 0.32 19.66 0.26 0.56
Hex AD 86 73 0 17 22 20 14 1A 38
Octal 255 206 163 0 27 42 40 24 32 70
Binary 10101101 10000110 1110011 0 10111 100010 100000 10100 11010 111000

Color Harmonies of #AD8673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8673

Black with #AD8673

Text Example


Text Example

White with #AD8673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8673; }

 p { color: rgb(173,134,115); }

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

background-color css

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

 a { background-color: rgb(173,134,115); }

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

border-color css

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

 span { border-color: rgb(173,134,115); }

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