Html Css Color HEX #AD85A2 Bouquet

📋 copy color: '#AD85A2'

red 173 ◦ green 133 ◦ blue 162

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

Shades of Bouquet #AD85A2

Tints of Bouquet #AD85A2

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.42%

 BLUE value IS 162 (63.67% from 255) = 34.62%

R = 36.97%
G = 28.42%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#AD85A2 (or 0xAD85A2) is known color: Bouquet. HEX triplet: AD, 85 and A2. RGB value is (173,133,162). Sum of RGB (Red+Green+Blue) = 173+133+162=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 162 (63.67% from 255 or 34.62% from 468); Max value from RGB is 173 - color contains mainly: red. Hex color #AD85A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD85A2 is #527A5D. Grayscale: #949494. Windows color (decimal): -5405278 or 10651053. OLE color: 10651053.

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

Color convert

RGB 173 133 162 -
CMYK 0 0.23 0.06 0.32
HSL 316.5º 0.2% 0.6% -
HSV(B) 316.5º 0.23% 0.68% -
XYZ 32.14 28.27 37.94 -
YUV 148.27 135.75 145.64 -
System Red Green Blue C M Y K H S L
Decimal 173 133 162 0 0.23 0.06 0.32 316.5 0.2 0.6
Hex AD 85 A2 0 17 6 20 13C 14 3C
Octal 255 205 242 0 27 6 40 474 24 74
Binary 10101101 10000101 10100010 0 10111 110 100000 100111100 10100 111100

Color Harmonies of #AD85A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD85A2

Black with #AD85A2

Text Example


Text Example

White with #AD85A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD85A2; }

 p { color: rgb(173,133,162); }

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

background-color css

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

 a { background-color: rgb(173,133,162); }

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

border-color css

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

 span { border-color: rgb(173,133,162); }

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