Html Css Color HEX #85ACAB Ziggurat

📋 copy color: '#85ACAB'

red 133 ◦ green 172 ◦ blue 171

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

Shades of Ziggurat #85ACAB

Tints of Ziggurat #85ACAB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.13%

 BLUE value IS 171 (67.19% from 255) = 35.92%

R = 27.94%
G = 36.13%
B = 35.92%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#85ACAB (or 0x85ACAB) is known color: Ziggurat. HEX triplet: 85, AC and AB. RGB value is (133,172,171). Sum of RGB (Red+Green+Blue) = 133+172+171=476 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.94% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 172 - color contains mainly: green. Hex color #85ACAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85ACAB is #7A5354. Grayscale: #A0A0A0. Windows color (decimal): -8016725 or 11250821. OLE color: 11250821.

HSL color Cylindrical-coordinate representation of color #85ACAB: hue angle of 178.46º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #85ACAB is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 172 171 -
CMYK 0.23 0 0.01 0.33
HSL 178.46º 0.19% 0.6% -
HSV(B) 178.46º 0.23% 0.67% -
XYZ 31.78 37.43 44.08 -
YUV 160.23 134.08 108.58 -
System Red Green Blue C M Y K H S L
Decimal 133 172 171 0.23 0 0.01 0.33 178.46 0.19 0.6
Hex 85 AC AB 17 0 1 21 B2 13 3C
Octal 205 254 253 27 0 1 41 262 23 74
Binary 10000101 10101100 10101011 10111 0 1 100001 10110010 10011 111100

Color Harmonies of #85ACAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ACAB

Black with #85ACAB

Text Example


Text Example

White with #85ACAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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