Html Css Color HEX #85ADAC Ziggurat

📋 copy color: '#85ADAC'

red 133 ◦ green 173 ◦ blue 172

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

Shades of Ziggurat #85ADAC

Tints of Ziggurat #85ADAC

RGB

 RED value IS 133 (52.34% from 255) = 27.82%

 GREEN value IS 173 (67.97% from 255) = 36.19%

 BLUE value IS 172 (67.58% from 255) = 35.98%

R = 27.82%
G = 36.19%
B = 35.98%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#85ADAC (or 0x85ADAC) is known color: Ziggurat. HEX triplet: 85, AD and AC. RGB value is (133,173,172). Sum of RGB (Red+Green+Blue) = 133+173+172=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 173 - color contains mainly: green. Hex color #85ADAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85ADAC is #7A5253. Grayscale: #A0A0A0. Windows color (decimal): -8016468 or 11316613. OLE color: 11316613.

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

Color convert

RGB 133 173 172 -
CMYK 0.23 0 0.01 0.32
HSL 178.5º 0.2% 0.6% -
HSV(B) 178.5º 0.23% 0.68% -
XYZ 32.06 37.85 44.65 -
YUV 160.93 134.25 108.08 -
System Red Green Blue C M Y K H S L
Decimal 133 173 172 0.23 0 0.01 0.32 178.5 0.2 0.6
Hex 85 AD AC 17 0 1 20 B2 14 3C
Octal 205 255 254 27 0 1 40 262 24 74
Binary 10000101 10101101 10101100 10111 0 1 100000 10110010 10100 111100

Color Harmonies of #85ADAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ADAC

Black with #85ADAC

Text Example


Text Example

White with #85ADAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85ADAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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