Html Css Color HEX #AD8674 Brandy Rose

📋 copy color: '#AD8674'

red 173 ◦ green 134 ◦ blue 116

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

Shades of Brandy Rose #AD8674

Tints of Brandy Rose #AD8674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.42%

R = 40.9%
G = 31.68%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AD8674 (or 0xAD8674) is known color: Brandy Rose. HEX triplet: AD, 86 and 74. RGB value is (173,134,116). Sum of RGB (Red+Green+Blue) = 173+134+116=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8674 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8674 is #52798B. Grayscale: #8F8F8F. Windows color (decimal): -5405068 or 7636653. OLE color: 7636653.

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

Color convert

RGB 173 134 116 -
CMYK 0 0.23 0.33 0.32
HSL 18.95º 0.26% 0.57% -
HSV(B) 18.95º 0.33% 0.68% -
XYZ 28.91 27.2 20.25 -
YUV 143.61 112.42 148.96 -
System Red Green Blue C M Y K H S L
Decimal 173 134 116 0 0.23 0.33 0.32 18.95 0.26 0.57
Hex AD 86 74 0 17 21 20 13 1A 39
Octal 255 206 164 0 27 41 40 23 32 71
Binary 10101101 10000110 1110100 0 10111 100001 100000 10011 11010 111001

Color Harmonies of #AD8674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8674

Black with #AD8674

Text Example


Text Example

White with #AD8674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8674; }

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

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

background-color css

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

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

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

border-color css

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

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

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